Html Css Color HEX #728D70 Davy's Grey

📋 copy color: '#728D70'

red 114 ◦ green 141 ◦ blue 112

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

Shades of Davy's Grey #728D70

Tints of Davy's Grey #728D70

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.42%

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

R = 31.06%
G = 38.42%
B = 30.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#728D70 (or 0x728D70) is known color: Davy's Grey. HEX triplet: 72, 8D and 70. RGB value is (114,141,112). Sum of RGB (Red+Green+Blue) = 114+141+112=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 141 - color contains mainly: green. Hex color #728D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D70 is #8D728F. Grayscale: #818181. Windows color (decimal): -9269904 or 7376242. OLE color: 7376242.

HSL color Cylindrical-coordinate representation of color #728D70: hue angle of 115.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728D70 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 141 112 -
CMYK 0.19 0 0.21 0.45
HSL 115.86º 0.11% 0.5% -
HSV(B) 115.86º 0.21% 0.55% -
XYZ 19.39 23.8 18.9 -
YUV 129.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 114 141 112 0.19 0 0.21 0.45 115.86 0.11 0.5
Hex 72 8D 70 13 0 15 2D 74 B 32
Octal 162 215 160 23 0 25 55 164 13 62
Binary 1110010 10001101 1110000 10011 0 10101 101101 1110100 1011 110010

Color Harmonies of #728D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728D70

Black with #728D70

Text Example


Text Example

White with #728D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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