#708870

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

Shades of Laurel #708870

Tints of Laurel #708870

Color information

#708870 (or 0x708870) is unknown color: approx Laurel. HEX triplet: 70, 88 and 70. RGB value is (112,136,112). Sum of RGB (Red+Green+Blue) = 112+136+112=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #708870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708870 is #8F778F. Grayscale: #7E7E7E. Windows color (decimal): -9402256 or 7374960. OLE color: 7374960.

HSL color Cylindrical-coordinate representation of color #708870: hue angle of 120º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708870 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB112136112-
CMYK0.1800.180.47
HSL120º9.68%48.63%-
HSV(B)120º17.65%53.33%-
XYZ18.4122.2218.65-
YUV126.09120.05117.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=31.11%
G=37.78%
B=31.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121361120.1800.180.471209.6848.63
Hex708870120122F78a31
Octal16021016022022571701261
Binary11100001000100011100001001001001010111111110001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708870; }

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

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

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

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

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

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

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

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