Html Css Color HEX #708470 Davy's Grey

📋 copy color: '#708470'

red 112 ◦ green 132 ◦ blue 112

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

Shades of Davy's Grey #708470

Tints of Davy's Grey #708470

RGB

 RED value IS 112 (44.14% from 255) = 31.46%

 GREEN value IS 132 (51.95% from 255) = 37.08%

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

R = 31.46%
G = 37.08%
B = 31.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#708470 (or 0x708470) is known color: Davy's Grey. HEX triplet: 70, 84 and 70. RGB value is (112,132,112). Sum of RGB (Red+Green+Blue) = 112+132+112=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #708470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708470 is #8F7B8F. Grayscale: #7B7B7B. Windows color (decimal): -9403280 or 7373936. OLE color: 7373936.

HSL color Cylindrical-coordinate representation of color #708470: hue angle of 120º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #708470 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 112 -
CMYK 0.15 0 0.15 0.48
HSL 120º 0.08% 0.48% -
HSV(B) 120º 0.15% 0.52% -
XYZ 17.86 21.12 18.46 -
YUV 123.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 112 132 112 0.15 0 0.15 0.48 120 0.08 0.48
Hex 70 84 70 F 0 F 30 78 8 30
Octal 160 204 160 17 0 17 60 170 10 60
Binary 1110000 10000100 1110000 1111 0 1111 110000 1111000 1000 110000

Color Harmonies of #708470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708470

Black with #708470

Text Example


Text Example

White with #708470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708470; }

 p { color: rgb(112,132,112); }

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

background-color css

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

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

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

border-color css

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

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

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