#76931A

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

Shades of Olive Drab #76931A

Tints of Olive Drab #76931A

Color information

#76931A (or 0x76931A) is unknown color: approx Olive Drab. HEX triplet: 76, 93 and 1A. RGB value is (118,147,26). Sum of RGB (Red+Green+Blue) = 118+147+26=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #76931A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76931A is #896CE5. Grayscale: #7C7C7C. Windows color (decimal): -9006310 or 1741686. OLE color: 1741686.

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

Color convert

RGB11814726-
CMYK0.2000.820.42
HSL74.38º69.94%33.92%-
HSV(B)74.38º82.31%57.65%-
XYZ18.0924.794.81-
YUV124.5472.39123.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 147 (57.81% from 255) = 50.52%
BLUE value IS 26 (10.55% from 255) = 8.93%
R=40.55%
G=50.52%
B=8.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118147260.2000.820.4274.3869.9433.92
Hex76931A140522A4a4622
Octal166223322401225211210642
Binary11101101001001111010101000101001010101010010101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,147,26); }

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

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

 a { background-color: rgb(118,147,26); }

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

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

 span { border-color: rgb(118,147,26); }

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