#72936F

Color #72936F Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #72936F

Tints of Davy's Grey #72936F

Color information

#72936F (or 0x72936F) is unknown color: approx Davy's Grey. HEX triplet: 72, 93 and 6F. RGB value is (114,147,111). Sum of RGB (Red+Green+Blue) = 114+147+111=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #72936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72936F is #8D6C90. Grayscale: #858585. Windows color (decimal): -9268369 or 7312242. OLE color: 7312242.

HSL color Cylindrical-coordinate representation of color #72936F: hue angle of 115º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #72936F is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB114147111-
CMYK0.2200.240.42
HSL115º14.29%50.59%-
HSV(B)115º24.49%57.65%-
XYZ20.2425.5918.91-
YUV133.03115.57114.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.65%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=30.65%
G=39.52%
B=29.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141471110.2200.240.4211514.2950.59
Hex72936F160182A73e33
Octal16222315726030521631663
Binary11100101001001111011111011001100010101011100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,147,111); }

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

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

 a { background-color: rgb(114,147,111); }

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

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

 span { border-color: rgb(114,147,111); }

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