#77860C

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

Shades of Olive #77860C

Tints of Olive #77860C

Color information

#77860C (or 0x77860C) is unknown color: approx Olive. HEX triplet: 77, 86 and 0C. RGB value is (119,134,12). Sum of RGB (Red+Green+Blue) = 119+134+12=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #77860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77860C is #8879F3. Grayscale: #747474. Windows color (decimal): -8944116 or 820855. OLE color: 820855.

HSL color Cylindrical-coordinate representation of color #77860C: hue angle of 67.38º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77860C is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB11913412-
CMYK0.1100.910.47
HSL67.38º83.56%28.63%-
HSV(B)67.38º91.04%52.55%-
XYZ16.2213.55-
YUV115.6169.53130.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 134 (52.73% from 255) = 50.57%
BLUE value IS 12 (5.08% from 255) = 4.53%
R=44.91%
G=50.57%
B=4.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119134120.1100.910.4767.3883.5628.63
Hex7786CB05B2F43541d
Octal167206141301335710312435
Binary11101111000011011001011010110111011111000011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77860C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77860C; }

 p { color: rgb(119,134,12); }

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

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

 a { background-color: rgb(119,134,12); }

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

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

 span { border-color: rgb(119,134,12); }

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