#788520

Color #788520 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #788520

Tints of Trendy Green #788520

Color information

#788520 (or 0x788520) is unknown color: approx Trendy Green. HEX triplet: 78, 85 and 20. RGB value is (120,133,32). Sum of RGB (Red+Green+Blue) = 120+133+32=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #788520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788520 is #877ADF. Grayscale: #757575. Windows color (decimal): -8878816 or 2131320. OLE color: 2131320.

HSL color Cylindrical-coordinate representation of color #788520: hue angle of 67.72º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #788520 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB12013332-
CMYK0.1000.760.48
HSL67.72º61.21%32.35%-
HSV(B)67.72º75.94%52.16%-
XYZ16.3920.874.53-
YUV117.679.69129.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 32 (12.89% from 255) = 11.23%
R=42.11%
G=46.67%
B=11.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120133320.1000.760.4867.7261.2132.35
Hex788520A04C30443d20
Octal17020540120114601047540
Binary1111000100001011000001010010011001100001000100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788520; }

 p { color: rgb(120,133,32); }

 H1.HeaderClassName
 {
   color: #788520;
 }
 .AnyTagClassName
 {
   color: #788520;
 }
</style>
background-color css

<style>
 a { background-color: #788520; }

 a { background-color: rgb(120,133,32); }

 div.DivClassName
 {
   background-color: #788520;
 }
 .BgClassName
 {
   background-color: #788520;
 }
</style>
border-color css

<style>
 span { border-color: #788520; }

 span { border-color: rgb(120,133,32); }

 td.TdClassName
 {
   border-color: #788520;
 }
 .TagClassName
 {
   border-color: #788520;
 }
</style>