Html Css Color HEX #708271 Laurel

📋 copy color: '#708271'

red 112 ◦ green 130 ◦ blue 113

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

Shades of Laurel #708271

Tints of Laurel #708271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.62%

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

R = 31.55%
G = 36.62%
B = 31.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#708271 (or 0x708271) is known color: Laurel. HEX triplet: 70, 82 and 71. RGB value is (112,130,113). Sum of RGB (Red+Green+Blue) = 112+130+113=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #708271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708271 is #8F7D8E. Grayscale: #7A7A7A. Windows color (decimal): -9403791 or 7438960. OLE color: 7438960.

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

Color convert

RGB 112 130 113 -
CMYK 0.14 0 0.13 0.49
HSL 123.33º 0.07% 0.47% -
HSV(B) 123.33º 0.14% 0.51% -
XYZ 17.65 20.6 18.67 -
YUV 122.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 112 130 113 0.14 0 0.13 0.49 123.33 0.07 0.47
Hex 70 82 71 E 0 D 31 7B 7 2F
Octal 160 202 161 16 0 15 61 173 7 57
Binary 1110000 10000010 1110001 1110 0 1101 110001 1111011 111 101111

Color Harmonies of #708271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708271

Black with #708271

Text Example


Text Example

White with #708271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708271; }

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

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

background-color css

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

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

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

border-color css

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

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

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