#708572

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

Shades of Laurel #708572

Tints of Laurel #708572

Color information

#708572 (or 0x708572) is unknown color: approx Laurel. HEX triplet: 70, 85 and 72. RGB value is (112,133,114). Sum of RGB (Red+Green+Blue) = 112+133+114=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #708572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708572 is #8F7A8D. Grayscale: #7C7C7C. Windows color (decimal): -9403022 or 7505264. OLE color: 7505264.

HSL color Cylindrical-coordinate representation of color #708572: hue angle of 125.71º 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 #708572 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB112133114-
CMYK0.1600.140.48
HSL125.71º8.57%48.04%-
HSV(B)125.71º15.79%52.16%-
XYZ18.1121.4319.1-
YUV124.56122.04119.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=31.20%
G=37.05%
B=31.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331140.1600.140.48125.718.5748.04
Hex708572100E307e930
Octal16020516220016601761160
Binary1110000100001011110010100000111011000011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708572; }

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

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

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

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

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

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

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

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