Html Css Color HEX #718871 Davy's Grey

📋 copy color: '#718871'

red 113 ◦ green 136 ◦ blue 113

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

Shades of Davy's Grey #718871

Tints of Davy's Grey #718871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.57%

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 31.22%
G = 37.57%
B = 31.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#718871 (or 0x718871) is known color: Davy's Grey. HEX triplet: 71, 88 and 71. RGB value is (113,136,113). Sum of RGB (Red+Green+Blue) = 113+136+113=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #718871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718871 is #8E778E. Grayscale: #7E7E7E. Windows color (decimal): -9336719 or 7440497. OLE color: 7440497.

HSL color Cylindrical-coordinate representation of color #718871: hue angle of 120º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #718871 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 136 113 -
CMYK 0.17 0 0.17 0.47
HSL 120º 0.09% 0.49% -
HSV(B) 120º 0.17% 0.53% -
XYZ 18.59 22.31 18.95 -
YUV 126.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 113 136 113 0.17 0 0.17 0.47 120 0.09 0.49
Hex 71 88 71 11 0 11 2F 78 9 31
Octal 161 210 161 21 0 21 57 170 11 61
Binary 1110001 10001000 1110001 10001 0 10001 101111 1111000 1001 110001

Color Harmonies of #718871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718871

Black with #718871

Text Example


Text Example

White with #718871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718871; }

 p { color: rgb(113,136,113); }

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

background-color css

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

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

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

border-color css

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

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

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