#74872E

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

Shades of Olive Drab #74872E

Tints of Olive Drab #74872E

Color information

#74872E (or 0x74872E) is unknown color: approx Olive Drab. HEX triplet: 74, 87 and 2E. RGB value is (116,135,46). Sum of RGB (Red+Green+Blue) = 116+135+46=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #74872E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74872E is #8B78D1. Grayscale: #777777. Windows color (decimal): -9140434 or 3049332. OLE color: 3049332.

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

Color convert

RGB11613546-
CMYK0.1400.660.47
HSL72.81º49.17%35.49%-
HSV(B)72.81º65.93%52.94%-
XYZ16.3621.245.82-
YUV119.1786.71125.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 135 (53.12% from 255) = 45.45%
BLUE value IS 46 (18.36% from 255) = 15.49%
R=39.06%
G=45.45%
B=15.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116135460.1400.660.4772.8149.1735.49
Hex74872EE0422F493123
Octal16420756160102571116143
Binary1110100100001111011101110010000101011111001001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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