#76981B

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

Shades of Olive Drab #76981B

Tints of Olive Drab #76981B

Color information

#76981B (or 0x76981B) is unknown color: approx Olive Drab. HEX triplet: 76, 98 and 1B. RGB value is (118,152,27). Sum of RGB (Red+Green+Blue) = 118+152+27=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #76981B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76981B is #8967E4. Grayscale: #808080. Windows color (decimal): -9005029 or 1808502. OLE color: 1808502.

HSL color Cylindrical-coordinate representation of color #76981B: hue angle of 76.32º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76981B is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB11815227-
CMYK0.2200.820.40
HSL76.32º69.83%35.1%-
HSV(B)76.32º82.24%59.61%-
XYZ18.926.395.13-
YUV127.5871.24121.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 27 (10.94% from 255) = 9.09%
R=39.73%
G=51.18%
B=9.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118152270.2200.820.4076.3269.8335.1
Hex76981B16052284c4623
Octal166230332601225011410643
Binary11101101001100011011101100101001010100010011001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76981B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,152,27); }

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

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

 a { background-color: rgb(118,152,27); }

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

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

 span { border-color: rgb(118,152,27); }

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