#708570

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

Shades of Laurel #708570

Tints of Laurel #708570

Color information

#708570 (or 0x708570) is unknown color: approx Laurel. HEX triplet: 70, 85 and 70. RGB value is (112,133,112). Sum of RGB (Red+Green+Blue) = 112+133+112=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #708570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708570 is #8F7A8F. Grayscale: #7C7C7C. Windows color (decimal): -9403024 or 7374192. OLE color: 7374192.

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

Color convert

RGB112133112-
CMYK0.1600.160.48
HSL120º8.57%48.04%-
HSV(B)120º15.79%52.16%-
XYZ17.9921.3918.51-
YUV124.33121.04119.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=31.37%
G=37.25%
B=31.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331120.1600.160.481208.5748.04
Hex708570100103078930
Octal16020516020020601701160
Binary11100001000010111100001000001000011000011110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708570; }

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

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

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

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

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

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

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

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