#74872C

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

Shades of Olive Drab #74872C

Tints of Olive Drab #74872C

Color information

#74872C (or 0x74872C) is unknown color: approx Olive Drab. HEX triplet: 74, 87 and 2C. RGB value is (116,135,44). Sum of RGB (Red+Green+Blue) = 116+135+44=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #74872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74872C is #8B78D3. Grayscale: #777777. Windows color (decimal): -9140436 or 2918260. OLE color: 2918260.

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

Color convert

RGB11613544-
CMYK0.1400.670.47
HSL72.53º50.84%35.1%-
HSV(B)72.53º67.41%52.94%-
XYZ16.3221.225.62-
YUV118.9485.71125.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 44 (17.58% from 255) = 14.92%
R=39.32%
G=45.76%
B=14.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116135440.1400.670.4772.5350.8435.1
Hex74872CE0432F493323
Octal16420754160103571116343
Binary1110100100001111011001110010000111011111001001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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