#76902A

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

Shades of Olive Drab #76902A

Tints of Olive Drab #76902A

Color information

#76902A (or 0x76902A) is unknown color: approx Olive Drab. HEX triplet: 76, 90 and 2A. RGB value is (118,144,42). Sum of RGB (Red+Green+Blue) = 118+144+42=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #76902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76902A is #896FD5. Grayscale: #7C7C7C. Windows color (decimal): -9007062 or 2789494. OLE color: 2789494.

HSL color Cylindrical-coordinate representation of color #76902A: hue angle of 75.29º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76902A is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB11814442-
CMYK0.1800.710.44
HSL75.29º54.84%36.47%-
HSV(B)75.29º70.83%56.47%-
XYZ17.8623.975.87-
YUV124.681.39123.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 144 (56.64% from 255) = 47.37%
BLUE value IS 42 (16.80% from 255) = 13.82%
R=38.82%
G=47.37%
B=13.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118144420.1800.710.4475.2954.8436.47
Hex76902A120472C4b3724
Octal16622052220107541136744
Binary11101101001000010101010010010001111011001001011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,144,42); }

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

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

 a { background-color: rgb(118,144,42); }

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

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

 span { border-color: rgb(118,144,42); }

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