Html Css Color HEX #72916F Davy's Grey

📋 copy color: '#72916F'

red 114 ◦ green 145 ◦ blue 111

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

Shades of Davy's Grey #72916F

Tints of Davy's Grey #72916F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.19%

 BLUE value IS 111 (43.75% from 255) = 30%

R = 30.81%
G = 39.19%
B = 30%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#72916F (or 0x72916F) is known color: Davy's Grey. HEX triplet: 72, 91 and 6F. RGB value is (114,145,111). Sum of RGB (Red+Green+Blue) = 114+145+111=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #72916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72916F is #8D6E90. Grayscale: #838383. Windows color (decimal): -9268881 or 7311730. OLE color: 7311730.

HSL color Cylindrical-coordinate representation of color #72916F: hue angle of 114.71º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72916F is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 111 -
CMYK 0.21 0 0.23 0.43
HSL 114.71º 0.13% 0.5% -
HSV(B) 114.71º 0.23% 0.57% -
XYZ 19.93 24.98 18.81 -
YUV 131.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 114 145 111 0.21 0 0.23 0.43 114.71 0.13 0.5
Hex 72 91 6F 15 0 17 2B 73 D 32
Octal 162 221 157 25 0 27 53 163 15 62
Binary 1110010 10010001 1101111 10101 0 10111 101011 1110011 1101 110010

Color Harmonies of #72916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72916F

Black with #72916F

Text Example


Text Example

White with #72916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72916F; }

 p { color: rgb(114,145,111); }

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

background-color css

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

 a { background-color: rgb(114,145,111); }

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

border-color css

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

 span { border-color: rgb(114,145,111); }

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