#70A06E

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

Shades of Laurel #70A06E

Tints of Laurel #70A06E

Color information

#70A06E (or 0x70A06E) is unknown color: approx Laurel. HEX triplet: 70, A0 and 6E. RGB value is (112,160,110). Sum of RGB (Red+Green+Blue) = 112+160+110=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #70A06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A06E is #8F5F91. Grayscale: #8C8C8C. Windows color (decimal): -9396114 or 7250032. OLE color: 7250032.

HSL color Cylindrical-coordinate representation of color #70A06E: hue angle of 117.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A06E is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB112160110-
CMYK0.3000.310.37
HSL117.6º20.83%52.94%-
HSV(B)117.6º31.25%62.75%-
XYZ22.0729.7119.32-
YUV139.95111.1108.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 160 (62.89% from 255) = 41.88%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=29.32%
G=41.88%
B=28.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121601100.3000.310.37117.620.8352.94
Hex70A06E1E01F25761535
Octal16024015636037451662565
Binary111000010100000110111011110011111100101111011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A06E; }

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

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

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

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

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

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

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

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