#72922F

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

Shades of Olive Drab #72922F

Tints of Olive Drab #72922F

Color information

#72922F (or 0x72922F) is unknown color: approx Olive Drab. HEX triplet: 72, 92 and 2F. RGB value is (114,146,47). Sum of RGB (Red+Green+Blue) = 114+146+47=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #72922F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72922F is #8D6DD0. Grayscale: #7D7D7D. Windows color (decimal): -9268689 or 3117682. OLE color: 3117682.

HSL color Cylindrical-coordinate representation of color #72922F: hue angle of 79.39º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72922F is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB11414647-
CMYK0.2200.680.43
HSL79.39º51.3%37.84%-
HSV(B)79.39º67.81%57.25%-
XYZ17.7324.346.45-
YUV125.1583.9120.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 146 (57.42% from 255) = 47.56%
BLUE value IS 47 (18.75% from 255) = 15.31%
R=37.13%
G=47.56%
B=15.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114146470.2200.680.4379.3951.337.84
Hex72922F160442B4f3326
Octal16222257260104531176346
Binary11100101001001010111110110010001001010111001111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72922F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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