#708972

Color #708972 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #708972

Tints of Laurel #708972

Color information

#708972 (or 0x708972) is unknown color: approx Laurel. HEX triplet: 70, 89 and 72. RGB value is (112,137,114). Sum of RGB (Red+Green+Blue) = 112+137+114=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #708972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708972 is #8F768D. Grayscale: #7E7E7E. Windows color (decimal): -9401998 or 7506288. OLE color: 7506288.

HSL color Cylindrical-coordinate representation of color #708972: hue angle of 124.8º 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 #708972 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB112137114-
CMYK0.1800.170.46
HSL124.8º10.04%48.82%-
HSV(B)124.8º18.25%53.73%-
XYZ18.6722.5519.29-
YUV126.9120.72117.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=30.85%
G=37.74%
B=31.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121371140.1800.170.46124.810.0448.82
Hex708972120112E7da31
Octal16021116222021561751261
Binary11100001000100111100101001001000110111011111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708972; }

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

 H1.HeaderClassName
 {
   color: #708972;
 }
 .AnyTagClassName
 {
   color: #708972;
 }
</style>
background-color css

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

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

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

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

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

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