#72926F

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

Shades of Davy's Grey #72926F

Tints of Davy's Grey #72926F

Color information

#72926F (or 0x72926F) is unknown color: approx Davy's Grey. HEX triplet: 72, 92 and 6F. RGB value is (114,146,111). Sum of RGB (Red+Green+Blue) = 114+146+111=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #72926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72926F is #8D6D90. Grayscale: #848484. Windows color (decimal): -9268625 or 7311986. OLE color: 7311986.

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

Color convert

RGB114146111-
CMYK0.2200.240.43
HSL114.86º13.83%50.39%-
HSV(B)114.86º23.97%57.25%-
XYZ20.0925.2818.86-
YUV132.44115.9114.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=30.73%
G=39.35%
B=29.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141461110.2200.240.43114.8613.8350.39
Hex72926F160182B73e32
Octal16222215726030531631662
Binary11100101001001011011111011001100010101111100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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