#708770

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

Shades of Laurel #708770

Tints of Laurel #708770

Color information

#708770 (or 0x708770) is unknown color: approx Laurel. HEX triplet: 70, 87 and 70. RGB value is (112,135,112). Sum of RGB (Red+Green+Blue) = 112+135+112=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #708770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708770 is #8F788F. Grayscale: #7D7D7D. Windows color (decimal): -9402512 or 7374704. OLE color: 7374704.

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

Color convert

RGB112135112-
CMYK0.1700.170.47
HSL120º9.31%48.43%-
HSV(B)120º17.04%52.94%-
XYZ18.2721.9418.6-
YUV125.5120.38118.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 135 (53.12% from 255) = 37.60%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=31.20%
G=37.60%
B=31.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121351120.1700.170.471209.3148.43
Hex708770110112F78930
Octal16020716021021571701160
Binary11100001000011111100001000101000110111111110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708770; }

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

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

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

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

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

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

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

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