#72862F

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

Shades of Olive Drab #72862F

Tints of Olive Drab #72862F

Color information

#72862F (or 0x72862F) is unknown color: approx Olive Drab. HEX triplet: 72, 86 and 2F. RGB value is (114,134,47). Sum of RGB (Red+Green+Blue) = 114+134+47=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #72862F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72862F is #8D79D0. Grayscale: #767676. Windows color (decimal): -9271761 or 3114610. OLE color: 3114610.

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

Color convert

RGB11413447-
CMYK0.1500.650.47
HSL73.79º48.07%35.49%-
HSV(B)73.79º64.93%52.55%-
XYZ15.9820.835.87-
YUV118.187.87125.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=38.64%
G=45.42%
B=15.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134470.1500.650.4773.7948.0735.49
Hex72862FF0412F4a3023
Octal16220657170101571126043
Binary1110010100001101011111111010000011011111001010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72862F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72862F; }

 p { color: rgb(114,134,47); }

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

<style>
 a { background-color: #72862F; }

 a { background-color: rgb(114,134,47); }

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

<style>
 span { border-color: #72862F; }

 span { border-color: rgb(114,134,47); }

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