#70896F

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

Shades of Laurel #70896F

Tints of Laurel #70896F

Color information

#70896F (or 0x70896F) is unknown color: approx Laurel. HEX triplet: 70, 89 and 6F. RGB value is (112,137,111). Sum of RGB (Red+Green+Blue) = 112+137+111=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #70896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70896F is #8F7690. Grayscale: #7E7E7E. Windows color (decimal): -9402001 or 7309680. OLE color: 7309680.

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

Color convert

RGB112137111-
CMYK0.1800.190.46
HSL117.69º10.48%48.63%-
HSV(B)117.69º18.98%53.73%-
XYZ18.522.4818.4-
YUV126.56119.22117.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=31.11%
G=38.06%
B=30.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121371110.1800.190.46117.6910.4848.63
Hex70896F120132E76a31
Octal16021115722023561661261
Binary11100001000100111011111001001001110111011101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70896F; }

 p { color: rgb(112,137,111); }

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

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

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

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

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

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

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