Html Css Color HEX #708771 Laurel

📋 copy color: '#708771'

red 112 ◦ green 135 ◦ blue 113

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

Shades of Laurel #708771

Tints of Laurel #708771

RGB

 RED value IS 112 (44.14% from 255) = 31.11%

 GREEN value IS 135 (53.13% from 255) = 37.5%

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

R = 31.11%
G = 37.5%
B = 31.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#708771 (or 0x708771) is known color: Laurel. HEX triplet: 70, 87 and 71. RGB value is (112,135,113). Sum of RGB (Red+Green+Blue) = 112+135+113=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #708771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708771 is #8F788E. Grayscale: #7D7D7D. Windows color (decimal): -9402511 or 7440240. OLE color: 7440240.

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

Color convert

RGB 112 135 113 -
CMYK 0.17 0 0.16 0.47
HSL 122.61º 0.09% 0.48% -
HSV(B) 122.61º 0.17% 0.53% -
XYZ 18.33 21.96 18.9 -
YUV 125.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 112 135 113 0.17 0 0.16 0.47 122.61 0.09 0.48
Hex 70 87 71 11 0 10 2F 7B 9 30
Octal 160 207 161 21 0 20 57 173 11 60
Binary 1110000 10000111 1110001 10001 0 10000 101111 1111011 1001 110000

Color Harmonies of #708771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708771

Black with #708771

Text Example


Text Example

White with #708771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708771; }

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

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

background-color css

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

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

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

border-color css

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

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

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