#73916F

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

Shades of Davy's Grey #73916F

Tints of Davy's Grey #73916F

Color information

#73916F (or 0x73916F) is unknown color: approx Davy's Grey. HEX triplet: 73, 91 and 6F. RGB value is (115,145,111). Sum of RGB (Red+Green+Blue) = 115+145+111=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #73916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73916F is #8C6E90. Grayscale: #848484. Windows color (decimal): -9203345 or 7311731. OLE color: 7311731.

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

Color convert

RGB115145111-
CMYK0.2100.230.43
HSL112.94º13.39%50.2%-
HSV(B)112.94º23.45%56.86%-
XYZ20.0625.0418.82-
YUV132.15116.06115.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=31.00%
G=39.08%
B=29.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151451110.2100.230.43112.9413.3950.2
Hex73916F150172B71d32
Octal16322115725027531611562
Binary11100111001000111011111010101011110101111100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,145,111); }

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

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

 a { background-color: rgb(115,145,111); }

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

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

 span { border-color: rgb(115,145,111); }

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