#70916E

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

Shades of Laurel #70916E

Tints of Laurel #70916E

Color information

#70916E (or 0x70916E) is unknown color: approx Laurel. HEX triplet: 70, 91 and 6E. RGB value is (112,145,110). Sum of RGB (Red+Green+Blue) = 112+145+110=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #70916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70916E is #8F6E91. Grayscale: #838383. Windows color (decimal): -9399954 or 7246192. OLE color: 7246192.

HSL color Cylindrical-coordinate representation of color #70916E: hue angle of 116.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70916E is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB112145110-
CMYK0.2300.240.43
HSL116.57º13.73%50%-
HSV(B)116.57º24.14%56.86%-
XYZ19.6224.8218.51-
YUV131.14116.07114.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 145 (57.03% from 255) = 39.51%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=30.52%
G=39.51%
B=29.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121451100.2300.240.43116.5713.7350
Hex70916E170182B75e32
Octal16022115627030531651662
Binary11100001001000111011101011101100010101111101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70916E; }

 p { color: rgb(112,145,110); }

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

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

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

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

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

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

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