Html Css Color HEX #708871 Laurel

📋 copy color: '#708871'

red 112 ◦ green 136 ◦ blue 113

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

Shades of Laurel #708871

Tints of Laurel #708871

RGB

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

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

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

R = 31.02%
G = 37.67%
B = 31.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#708871 (or 0x708871) is known color: Laurel. HEX triplet: 70, 88 and 71. RGB value is (112,136,113). Sum of RGB (Red+Green+Blue) = 112+136+113=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #708871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708871 is #8F778E. Grayscale: #7E7E7E. Windows color (decimal): -9402255 or 7440496. OLE color: 7440496.

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

Color convert

RGB 112 136 113 -
CMYK 0.18 0 0.17 0.47
HSL 122.5º 0.1% 0.49% -
HSV(B) 122.5º 0.18% 0.53% -
XYZ 18.47 22.25 18.94 -
YUV 126.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 112 136 113 0.18 0 0.17 0.47 122.5 0.1 0.49
Hex 70 88 71 12 0 11 2F 7B A 31
Octal 160 210 161 22 0 21 57 173 12 61
Binary 1110000 10001000 1110001 10010 0 10001 101111 1111011 1010 110001

Color Harmonies of #708871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708871

Black with #708871

Text Example


Text Example

White with #708871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708871; }

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

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

background-color css

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

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

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

border-color css

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

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

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