#77950B

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

Shades of Olive Drab #77950B

Tints of Olive Drab #77950B

Color information

#77950B (or 0x77950B) is unknown color: approx Olive Drab. HEX triplet: 77, 95 and 0B. RGB value is (119,149,11). Sum of RGB (Red+Green+Blue) = 119+149+11=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #77950B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77950B is #886AF4. Grayscale: #7C7C7C. Windows color (decimal): -8940277 or 759159. OLE color: 759159.

HSL color Cylindrical-coordinate representation of color #77950B: hue angle of 73.04º degrees, saturation: 0.86, 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 #77950B is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB11914911-
CMYK0.2000.930.42
HSL73.04º86.25%31.37%-
HSV(B)73.04º92.62%58.43%-
XYZ18.4225.444.26-
YUV124.364.06124.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 149 (58.59% from 255) = 53.41%
BLUE value IS 11 (4.69% from 255) = 3.94%
R=42.65%
G=53.41%
B=3.94%

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
Decimal119149110.2000.930.4273.0486.2531.37
Hex7795B1405D2A49561f
Octal167225132401355211112637
Binary111011110010101101110100010111011010101001001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77950B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77950B; }

 p { color: rgb(119,149,11); }

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

<style>
 a { background-color: #77950B; }

 a { background-color: rgb(119,149,11); }

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

<style>
 span { border-color: #77950B; }

 span { border-color: rgb(119,149,11); }

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