Html Css Color HEX #708571 Laurel

📋 copy color: '#708571'

red 112 ◦ green 133 ◦ blue 113

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

Shades of Laurel #708571

Tints of Laurel #708571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

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

R = 31.28%
G = 37.15%
B = 31.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#708571 (or 0x708571) is known color: Laurel. HEX triplet: 70, 85 and 71. RGB value is (112,133,113). Sum of RGB (Red+Green+Blue) = 112+133+113=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #708571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708571 is #8F7A8E. Grayscale: #7C7C7C. Windows color (decimal): -9403023 or 7439728. OLE color: 7439728.

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

Color convert

RGB 112 133 113 -
CMYK 0.16 0 0.15 0.48
HSL 122.86º 0.09% 0.48% -
HSV(B) 122.86º 0.16% 0.52% -
XYZ 18.05 21.41 18.8 -
YUV 124.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 112 133 113 0.16 0 0.15 0.48 122.86 0.09 0.48
Hex 70 85 71 10 0 F 30 7B 9 30
Octal 160 205 161 20 0 17 60 173 11 60
Binary 1110000 10000101 1110001 10000 0 1111 110000 1111011 1001 110000

Color Harmonies of #708571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708571

Black with #708571

Text Example


Text Example

White with #708571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708571; }

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

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

background-color css

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

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

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

border-color css

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

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

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