#708B70

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

Shades of Laurel #708B70

Tints of Laurel #708B70

Color information

#708B70 (or 0x708B70) is unknown color: approx Laurel. HEX triplet: 70, 8B and 70. RGB value is (112,139,112). Sum of RGB (Red+Green+Blue) = 112+139+112=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #708B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B70 is #8F748F. Grayscale: #7F7F7F. Windows color (decimal): -9401488 or 7375728. OLE color: 7375728.

HSL color Cylindrical-coordinate representation of color #708B70: hue angle of 120º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708B70 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB112139112-
CMYK0.1900.190.45
HSL120º10.76%49.22%-
HSV(B)120º19.42%54.51%-
XYZ18.8423.0818.79-
YUV127.85119.05116.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 139 (54.69% from 255) = 38.29%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=30.85%
G=38.29%
B=30.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121391120.1900.190.4512010.7649.22
Hex708B70130132D78b31
Octal16021316023023551701361
Binary11100001000101111100001001101001110110111110001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708B70; }

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

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

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

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

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

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

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

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