Html Css Color HEX #718370 Davy's Grey

📋 copy color: '#718370'

red 113 ◦ green 131 ◦ blue 112

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

Shades of Davy's Grey #718370

Tints of Davy's Grey #718370

RGB

 RED value IS 113 (44.53% from 255) = 31.74%

 GREEN value IS 131 (51.56% from 255) = 36.8%

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

R = 31.74%
G = 36.8%
B = 31.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#718370 (or 0x718370) is known color: Davy's Grey. HEX triplet: 71, 83 and 70. RGB value is (113,131,112). Sum of RGB (Red+Green+Blue) = 113+131+112=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #718370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718370 is #8E7C8F. Grayscale: #7B7B7B. Windows color (decimal): -9338000 or 7373681. OLE color: 7373681.

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

Color convert

RGB 113 131 112 -
CMYK 0.14 0 0.15 0.49
HSL 116.84º 0.08% 0.48% -
HSV(B) 116.84º 0.15% 0.51% -
XYZ 17.85 20.91 18.43 -
YUV 123.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 113 131 112 0.14 0 0.15 0.49 116.84 0.08 0.48
Hex 71 83 70 E 0 F 31 75 8 30
Octal 161 203 160 16 0 17 61 165 10 60
Binary 1110001 10000011 1110000 1110 0 1111 110001 1110101 1000 110000

Color Harmonies of #718370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718370

Black with #718370

Text Example


Text Example

White with #718370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718370; }

 p { color: rgb(113,131,112); }

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

background-color css

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

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

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

border-color css

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

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

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