Html Css Color HEX #708472 Laurel

📋 copy color: '#708472'

red 112 ◦ green 132 ◦ blue 114

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

Shades of Laurel #708472

Tints of Laurel #708472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.87%

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 31.28%
G = 36.87%
B = 31.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#708472 (or 0x708472) is known color: Laurel. HEX triplet: 70, 84 and 72. RGB value is (112,132,114). Sum of RGB (Red+Green+Blue) = 112+132+114=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #708472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708472 is #8F7B8D. Grayscale: #7C7C7C. Windows color (decimal): -9403278 or 7505008. OLE color: 7505008.

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

Color convert

RGB 112 132 114 -
CMYK 0.15 0 0.14 0.48
HSL 126º 0.08% 0.48% -
HSV(B) 126º 0.15% 0.52% -
XYZ 17.97 21.16 19.06 -
YUV 123.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 112 132 114 0.15 0 0.14 0.48 126 0.08 0.48
Hex 70 84 72 F 0 E 30 7E 8 30
Octal 160 204 162 17 0 16 60 176 10 60
Binary 1110000 10000100 1110010 1111 0 1110 110000 1111110 1000 110000

Color Harmonies of #708472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708472

Black with #708472

Text Example


Text Example

White with #708472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708472; }

 p { color: rgb(112,132,114); }

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

background-color css

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

 a { background-color: rgb(112,132,114); }

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

border-color css

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

 span { border-color: rgb(112,132,114); }

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