#778F15

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

Shades of Olive Drab #778F15

Tints of Olive Drab #778F15

Color information

#778F15 (or 0x778F15) is unknown color: approx Olive Drab. HEX triplet: 77, 8F and 15. RGB value is (119,143,21). Sum of RGB (Red+Green+Blue) = 119+143+21=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 143 (56.25% from 255 or 50.53% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 143 - color contains mainly: green. Hex color #778F15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778F15 is #8870EA. Grayscale: #7A7A7A. Windows color (decimal): -8941803 or 1412983. OLE color: 1412983.

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

Color convert

RGB11914321-
CMYK0.1700.850.44
HSL71.8º74.39%32.16%-
HSV(B)71.8º85.31%56.08%-
XYZ17.5723.624.34-
YUV121.9271.05125.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 143 (56.25% from 255) = 50.53%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=42.05%
G=50.53%
B=7.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119143210.1700.850.4471.874.3932.16
Hex778F15110552C484a20
Octal167217252101255411011240
Binary11101111000111110101100010101010110110010010001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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