Html Css Color HEX #739470 Davy's Grey

📋 copy color: '#739470'

red 115 ◦ green 148 ◦ blue 112

#739470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Davy's Grey #739470

Tints of Davy's Grey #739470

RGB

 RED value IS 115 (45.31% from 255) = 30.67%

 GREEN value IS 148 (58.2% from 255) = 39.47%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 30.67%
G = 39.47%
B = 29.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#739470 (or 0x739470) is known color: Davy's Grey. HEX triplet: 73, 94 and 70. RGB value is (115,148,112). Sum of RGB (Red+Green+Blue) = 115+148+112=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #739470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739470 is #8C6B8F. Grayscale: #868686. Windows color (decimal): -9202576 or 7378035. OLE color: 7378035.

HSL color Cylindrical-coordinate representation of color #739470: 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 #739470 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 112 -
CMYK 0.22 0 0.24 0.42
HSL 115º 0.14% 0.51% -
HSV(B) 115º 0.24% 0.58% -
XYZ 20.58 25.99 19.26 -
YUV 134.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 115 148 112 0.22 0 0.24 0.42 115 0.14 0.51
Hex 73 94 70 16 0 18 2A 73 E 33
Octal 163 224 160 26 0 30 52 163 16 63
Binary 1110011 10010100 1110000 10110 0 11000 101010 1110011 1110 110011

Color Harmonies of #739470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739470

Black with #739470

Text Example


Text Example

White with #739470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739470; }

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

 H1.HeaderClassName
 {
   color: #739470;
 }
 .AnyTagClassName
 {
   color: #739470;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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