#77870A

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

Shades of Olive #77870A

Tints of Olive #77870A

Color information

#77870A (or 0x77870A) is unknown color: approx Olive. HEX triplet: 77, 87 and 0A. RGB value is (119,135,10). Sum of RGB (Red+Green+Blue) = 119+135+10=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #77870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77870A is #8878F5. Grayscale: #747474. Windows color (decimal): -8943862 or 690039. OLE color: 690039.

HSL color Cylindrical-coordinate representation of color #77870A: hue angle of 67.68º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77870A is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB11913510-
CMYK0.1200.930.47
HSL67.68º86.21%28.43%-
HSV(B)67.68º92.59%52.94%-
XYZ16.3321.273.53-
YUV115.9768.2130.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 10 (4.30% from 255) = 3.79%
R=45.08%
G=51.14%
B=3.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119135100.1200.930.4767.6886.2128.43
Hex7787AC05D2F44561c
Octal167207121401355710412634
Binary11101111000011110101100010111011011111000100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77870A; }

 p { color: rgb(119,135,10); }

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

<style>
 a { background-color: #77870A; }

 a { background-color: rgb(119,135,10); }

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

<style>
 span { border-color: #77870A; }

 span { border-color: rgb(119,135,10); }

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