#77850C

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

Shades of Olive #77850C

Tints of Olive #77850C

Color information

#77850C (or 0x77850C) is unknown color: approx Olive. HEX triplet: 77, 85 and 0C. RGB value is (119,133,12). Sum of RGB (Red+Green+Blue) = 119+133+12=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #77850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77850C is #887AF3. Grayscale: #737373. Windows color (decimal): -8944372 or 820599. OLE color: 820599.

HSL color Cylindrical-coordinate representation of color #77850C: hue angle of 66.94º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77850C is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB11913312-
CMYK0.1100.910.48
HSL66.94º83.45%28.43%-
HSV(B)66.94º90.98%52.16%-
XYZ16.0620.723.5-
YUV115.0269.86130.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 133 (52.34% from 255) = 50.38%
BLUE value IS 12 (5.08% from 255) = 4.55%
R=45.08%
G=50.38%
B=4.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119133120.1100.910.4866.9483.4528.43
Hex7785CB05B3043531c
Octal167205141301336010312334
Binary11101111000010111001011010110111100001000011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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