#778F20

Color #778F20 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #778F20

Tints of Olive Drab #778F20

Color information

#778F20 (or 0x778F20) is unknown color: approx Olive Drab. HEX triplet: 77, 8F and 20. RGB value is (119,143,32). Sum of RGB (Red+Green+Blue) = 119+143+32=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 143 - color contains mainly: green. Hex color #778F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778F20 is #8870DF. Grayscale: #7B7B7B. Windows color (decimal): -8941792 or 2133879. OLE color: 2133879.

HSL color Cylindrical-coordinate representation of color #778F20: hue angle of 72.97º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #778F20 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB11914332-
CMYK0.1700.780.44
HSL72.97º63.43%34.31%-
HSV(B)72.97º77.62%56.08%-
XYZ17.6923.675-
YUV123.1776.55125.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 143 (56.25% from 255) = 48.64%
BLUE value IS 32 (12.89% from 255) = 10.88%
R=40.48%
G=48.64%
B=10.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119143320.1700.780.4472.9763.4334.31
Hex778F201104E2C493f22
Octal16721740210116541117742
Binary11101111000111110000010001010011101011001001001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778F20; }

 p { color: rgb(119,143,32); }

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

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

 a { background-color: rgb(119,143,32); }

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

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

 span { border-color: rgb(119,143,32); }

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