Html Css Color HEX #718270 Davy's Grey

📋 copy color: '#718270'

red 113 ◦ green 130 ◦ blue 112

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

Shades of Davy's Grey #718270

Tints of Davy's Grey #718270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.62%

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

R = 31.83%
G = 36.62%
B = 31.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#718270 (or 0x718270) is known color: Davy's Grey. HEX triplet: 71, 82 and 70. RGB value is (113,130,112). Sum of RGB (Red+Green+Blue) = 113+130+112=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #718270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718270 is #8E7D8F. Grayscale: #7A7A7A. Windows color (decimal): -9338256 or 7373425. OLE color: 7373425.

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

Color convert

RGB 113 130 112 -
CMYK 0.13 0 0.14 0.49
HSL 116.67º 0.07% 0.47% -
HSV(B) 116.67º 0.14% 0.51% -
XYZ 17.72 20.65 18.38 -
YUV 122.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 113 130 112 0.13 0 0.14 0.49 116.67 0.07 0.47
Hex 71 82 70 D 0 E 31 75 7 2F
Octal 161 202 160 15 0 16 61 165 7 57
Binary 1110001 10000010 1110000 1101 0 1110 110001 1110101 111 101111

Color Harmonies of #718270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718270

Black with #718270

Text Example


Text Example

White with #718270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718270; }

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

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

background-color css

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

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

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

border-color css

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

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

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