#708970

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

Shades of Laurel #708970

Tints of Laurel #708970

Color information

#708970 (or 0x708970) is unknown color: approx Laurel. HEX triplet: 70, 89 and 70. RGB value is (112,137,112). Sum of RGB (Red+Green+Blue) = 112+137+112=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #708970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708970 is #8F768F. Grayscale: #7E7E7E. Windows color (decimal): -9402000 or 7375216. OLE color: 7375216.

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

Color convert

RGB112137112-
CMYK0.1800.180.46
HSL120º10.04%48.82%-
HSV(B)120º18.25%53.73%-
XYZ18.5522.5118.7-
YUV126.68119.72117.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.02%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=31.02%
G=37.95%
B=31.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121371120.1800.180.4612010.0448.82
Hex708970120122E78a31
Octal16021116022022561701261
Binary11100001000100111100001001001001010111011110001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708970; }

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

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

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

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

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

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

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

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