#778213

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

Shades of Trendy Green #778213

Tints of Trendy Green #778213

Color information

#778213 (or 0x778213) is unknown color: approx Trendy Green. HEX triplet: 77, 82 and 13. RGB value is (119,130,19). Sum of RGB (Red+Green+Blue) = 119+130+19=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #778213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778213 is #887DEC. Grayscale: #727272. Windows color (decimal): -8945133 or 1278583. OLE color: 1278583.

HSL color Cylindrical-coordinate representation of color #778213: hue angle of 65.95º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #778213 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB11913019-
CMYK0.0800.850.49
HSL65.95º74.5%29.22%-
HSV(B)65.95º85.38%50.98%-
XYZ15.7119.933.64-
YUV114.0674.36131.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 19 (7.81% from 255) = 7.09%
R=44.40%
G=48.51%
B=7.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119130190.0800.850.4965.9574.529.22
Hex778213805531424a1d
Octal167202231001256110211235
Binary111011110000010100111000010101011100011000010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778213; }

 p { color: rgb(119,130,19); }

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

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

 a { background-color: rgb(119,130,19); }

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

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

 span { border-color: rgb(119,130,19); }

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