#74882C

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

Shades of Olive Drab #74882C

Tints of Olive Drab #74882C

Color information

#74882C (or 0x74882C) is unknown color: approx Olive Drab. HEX triplet: 74, 88 and 2C. RGB value is (116,136,44). Sum of RGB (Red+Green+Blue) = 116+136+44=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #74882C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74882C is #8B77D3. Grayscale: #777777. Windows color (decimal): -9140180 or 2918516. OLE color: 2918516.

HSL color Cylindrical-coordinate representation of color #74882C: hue angle of 73.04º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74882C is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB11613644-
CMYK0.1500.680.47
HSL73.04º51.11%35.29%-
HSV(B)73.04º67.65%53.33%-
XYZ16.4621.55.67-
YUV119.5385.37125.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 44 (17.58% from 255) = 14.86%
R=39.19%
G=45.95%
B=14.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116136440.1500.680.4773.0451.1135.29
Hex74882CF0442F493323
Octal16421054170104571116343
Binary1110100100010001011001111010001001011111001001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74882C; }

 p { color: rgb(116,136,44); }

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

<style>
 a { background-color: #74882C; }

 a { background-color: rgb(116,136,44); }

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

<style>
 span { border-color: #74882C; }

 span { border-color: rgb(116,136,44); }

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