#739570

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

Shades of Davy's Grey #739570

Tints of Davy's Grey #739570

Color information

#739570 (or 0x739570) is unknown color: approx Davy's Grey. HEX triplet: 73, 95 and 70. RGB value is (115,149,112). Sum of RGB (Red+Green+Blue) = 115+149+112=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #739570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739570 is #8C6A8F. Grayscale: #868686. Windows color (decimal): -9202320 or 7378291. OLE color: 7378291.

HSL color Cylindrical-coordinate representation of color #739570: hue angle of 115.14º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739570 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB115149112-
CMYK0.2300.250.42
HSL115.14º14.86%51.18%-
HSV(B)115.14º24.83%58.43%-
XYZ20.7426.3119.31-
YUV134.62115.24114.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=30.59%
G=39.63%
B=29.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151491120.2300.250.42115.1414.8651.18
Hex739570170192A73f33
Octal16322516027031521631763
Binary11100111001010111100001011101100110101011100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739570; }

 p { color: rgb(115,149,112); }

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

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

 a { background-color: rgb(115,149,112); }

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

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

 span { border-color: rgb(115,149,112); }

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