#77940A

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

Shades of Olive #77940A

Tints of Olive #77940A

Color information

#77940A (or 0x77940A) is unknown color: approx Olive. HEX triplet: 77, 94 and 0A. RGB value is (119,148,10). Sum of RGB (Red+Green+Blue) = 119+148+10=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #77940A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77940A is #886BF5. Grayscale: #7C7C7C. Windows color (decimal): -8940534 or 693367. OLE color: 693367.

HSL color Cylindrical-coordinate representation of color #77940A: hue angle of 72.61º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77940A is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB11914810-
CMYK0.2000.930.42
HSL72.61º87.34%30.98%-
HSV(B)72.61º93.24%58.04%-
XYZ18.2525.124.17-
YUV123.663.89124.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 148 (58.20% from 255) = 53.43%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=42.96%
G=53.43%
B=3.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119148100.2000.930.4272.6187.3430.98
Hex7794A1405D2A49571f
Octal167224122401355211112737
Binary111011110010100101010100010111011010101001001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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