Html Css Color HEX #708171 Laurel

📋 copy color: '#708171'

red 112 ◦ green 129 ◦ blue 113

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

Shades of Laurel #708171

Tints of Laurel #708171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.44%

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

R = 31.64%
G = 36.44%
B = 31.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#708171 (or 0x708171) is known color: Laurel. HEX triplet: 70, 81 and 71. RGB value is (112,129,113). Sum of RGB (Red+Green+Blue) = 112+129+113=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 129 - color contains mainly: green. Hex color #708171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708171 is #8F7E8E. Grayscale: #7A7A7A. Windows color (decimal): -9404047 or 7438704. OLE color: 7438704.

HSL color Cylindrical-coordinate representation of color #708171: hue angle of 123.53º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #708171 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 113 -
CMYK 0.13 0 0.12 0.49
HSL 123.53º 0.07% 0.47% -
HSV(B) 123.53º 0.13% 0.51% -
XYZ 17.51 20.34 18.63 -
YUV 122.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 112 129 113 0.13 0 0.12 0.49 123.53 0.07 0.47
Hex 70 81 71 D 0 C 31 7C 7 2F
Octal 160 201 161 15 0 14 61 174 7 57
Binary 1110000 10000001 1110001 1101 0 1100 110001 1111100 111 101111

Color Harmonies of #708171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708171

Black with #708171

Text Example


Text Example

White with #708171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708171; }

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

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

background-color css

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

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

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

border-color css

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

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

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