Html Css Color HEX #728970 Davy's Grey

📋 copy color: '#728970'

red 114 ◦ green 137 ◦ blue 112

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

Shades of Davy's Grey #728970

Tints of Davy's Grey #728970

RGB

 RED value IS 114 (44.92% from 255) = 31.4%

 GREEN value IS 137 (53.91% from 255) = 37.74%

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

R = 31.4%
G = 37.74%
B = 30.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#728970 (or 0x728970) is known color: Davy's Grey. HEX triplet: 72, 89 and 70. RGB value is (114,137,112). Sum of RGB (Red+Green+Blue) = 114+137+112=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #728970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728970 is #8D768F. Grayscale: #7F7F7F. Windows color (decimal): -9270928 or 7375218. OLE color: 7375218.

HSL color Cylindrical-coordinate representation of color #728970: hue angle of 115.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #728970 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 137 112 -
CMYK 0.17 0 0.18 0.46
HSL 115.2º 0.1% 0.49% -
HSV(B) 115.2º 0.18% 0.54% -
XYZ 18.81 22.64 18.71 -
YUV 127.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 114 137 112 0.17 0 0.18 0.46 115.2 0.1 0.49
Hex 72 89 70 11 0 12 2E 73 A 31
Octal 162 211 160 21 0 22 56 163 12 61
Binary 1110010 10001001 1110000 10001 0 10010 101110 1110011 1010 110001

Color Harmonies of #728970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728970

Black with #728970

Text Example


Text Example

White with #728970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728970; }

 p { color: rgb(114,137,112); }

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

background-color css

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

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

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

border-color css

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

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

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