#70906F

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

Shades of Laurel #70906F

Tints of Laurel #70906F

Color information

#70906F (or 0x70906F) is unknown color: approx Laurel. HEX triplet: 70, 90 and 6F. RGB value is (112,144,111). Sum of RGB (Red+Green+Blue) = 112+144+111=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #70906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70906F is #8F6F90. Grayscale: #828282. Windows color (decimal): -9400209 or 7311472. OLE color: 7311472.

HSL color Cylindrical-coordinate representation of color #70906F: hue angle of 118.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70906F is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB112144111-
CMYK0.2200.230.44
HSL118.18º12.94%50%-
HSV(B)118.18º22.92%56.47%-
XYZ19.5224.5418.75-
YUV130.67116.9114.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=30.52%
G=39.24%
B=30.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121441110.2200.230.44118.1812.9450
Hex70906F160172C76d32
Octal16022015726027541661562
Binary11100001001000011011111011001011110110011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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