#778E2C

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

Shades of Olive Drab #778E2C

Tints of Olive Drab #778E2C

Color information

#778E2C (or 0x778E2C) is unknown color: approx Olive Drab. HEX triplet: 77, 8E and 2C. RGB value is (119,142,44). Sum of RGB (Red+Green+Blue) = 119+142+44=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #778E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778E2C is #8871D3. Grayscale: #7C7C7C. Windows color (decimal): -8942036 or 2920055. OLE color: 2920055.

HSL color Cylindrical-coordinate representation of color #778E2C: hue angle of 74.08º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #778E2C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB11914244-
CMYK0.1600.690.44
HSL74.08º52.69%36.47%-
HSV(B)74.08º69.01%55.69%-
XYZ17.7423.455.97-
YUV123.9582.88124.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 142 (55.86% from 255) = 46.56%
BLUE value IS 44 (17.58% from 255) = 14.43%
R=39.02%
G=46.56%
B=14.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119142440.1600.690.4474.0852.6936.47
Hex778E2C100452C4a3524
Octal16721654200105541126544
Binary11101111000111010110010000010001011011001001010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,142,44); }

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

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

 a { background-color: rgb(119,142,44); }

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

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

 span { border-color: rgb(119,142,44); }

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