#76991F

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

Shades of Olive Drab #76991F

Tints of Olive Drab #76991F

Color information

#76991F (or 0x76991F) is unknown color: approx Olive Drab. HEX triplet: 76, 99 and 1F. RGB value is (118,153,31). Sum of RGB (Red+Green+Blue) = 118+153+31=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #76991F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76991F is #8966E0. Grayscale: #818181. Windows color (decimal): -9004769 or 2070902. OLE color: 2070902.

HSL color Cylindrical-coordinate representation of color #76991F: hue angle of 77.21º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76991F is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB11815331-
CMYK0.2300.800.4
HSL77.21º66.3%36.08%-
HSV(B)77.21º79.74%60%-
XYZ19.1126.735.45-
YUV128.6372.9120.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 153 (60.16% from 255) = 50.66%
BLUE value IS 31 (12.5% from 255) = 10.26%
R=39.07%
G=50.66%
B=10.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153310.2300.800.477.2166.336.08
Hex76991F17050284d4224
Octal166231372701205011510244
Binary11101101001100111111101110101000010100010011011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76991F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76991F; }

 p { color: rgb(118,153,31); }

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

<style>
 a { background-color: #76991F; }

 a { background-color: rgb(118,153,31); }

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

<style>
 span { border-color: #76991F; }

 span { border-color: rgb(118,153,31); }

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