#77910A

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

Shades of Olive #77910A

Tints of Olive #77910A

Color information

#77910A (or 0x77910A) is unknown color: approx Olive. HEX triplet: 77, 91 and 0A. RGB value is (119,145,10). Sum of RGB (Red+Green+Blue) = 119+145+10=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #77910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77910A is #886EF5. Grayscale: #7A7A7A. Windows color (decimal): -8941302 or 692599. OLE color: 692599.

HSL color Cylindrical-coordinate representation of color #77910A: hue angle of 71.56º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77910A is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB11914510-
CMYK0.1800.930.43
HSL71.56º87.1%30.39%-
HSV(B)71.56º93.1%56.86%-
XYZ17.7924.194.02-
YUV121.8464.89125.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 145 (57.03% from 255) = 52.92%
BLUE value IS 10 (4.30% from 255) = 3.65%
R=43.43%
G=52.92%
B=3.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119145100.1800.930.4371.5687.130.39
Hex7791A1205D2B48571e
Octal167221122201355311012736
Binary111011110010001101010010010111011010111001000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77910A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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