#74872A

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

Shades of Olive Drab #74872A

Tints of Olive Drab #74872A

Color information

#74872A (or 0x74872A) is unknown color: approx Olive Drab. HEX triplet: 74, 87 and 2A. RGB value is (116,135,42). Sum of RGB (Red+Green+Blue) = 116+135+42=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #74872A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74872A is #8B78D5. Grayscale: #777777. Windows color (decimal): -9140438 or 2787188. OLE color: 2787188.

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

Color convert

RGB11613542-
CMYK0.1400.690.47
HSL72.26º52.54%34.71%-
HSV(B)72.26º68.89%52.94%-
XYZ16.2821.215.43-
YUV118.7284.71126.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 135 (53.12% from 255) = 46.08%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=39.59%
G=46.08%
B=14.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116135420.1400.690.4772.2652.5434.71
Hex74872AE0452F483523
Octal16420752160105571106543
Binary1110100100001111010101110010001011011111001000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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