Html Css Color HEX #708971 Laurel

📋 copy color: '#708971'

red 112 ◦ green 137 ◦ blue 113

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

Shades of Laurel #708971

Tints of Laurel #708971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

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

R = 30.94%
G = 37.85%
B = 31.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#708971 (or 0x708971) is known color: Laurel. HEX triplet: 70, 89 and 71. RGB value is (112,137,113). Sum of RGB (Red+Green+Blue) = 112+137+113=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #708971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708971 is #8F768E. Grayscale: #7E7E7E. Windows color (decimal): -9401999 or 7440752. OLE color: 7440752.

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

Color convert

RGB 112 137 113 -
CMYK 0.18 0 0.18 0.46
HSL 122.4º 0.1% 0.49% -
HSV(B) 122.4º 0.18% 0.54% -
XYZ 18.61 22.53 18.99 -
YUV 126.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 112 137 113 0.18 0 0.18 0.46 122.4 0.1 0.49
Hex 70 89 71 12 0 12 2E 7A A 31
Octal 160 211 161 22 0 22 56 172 12 61
Binary 1110000 10001001 1110001 10010 0 10010 101110 1111010 1010 110001

Color Harmonies of #708971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708971

Black with #708971

Text Example


Text Example

White with #708971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708971; }

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

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

background-color css

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

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

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

border-color css

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

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

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