#70936F

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

Shades of Laurel #70936F

Tints of Laurel #70936F

Color information

#70936F (or 0x70936F) is unknown color: approx Laurel. HEX triplet: 70, 93 and 6F. RGB value is (112,147,111). Sum of RGB (Red+Green+Blue) = 112+147+111=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #70936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70936F is #8F6C90. Grayscale: #848484. Windows color (decimal): -9399441 or 7312240. OLE color: 7312240.

HSL color Cylindrical-coordinate representation of color #70936F: hue angle of 118.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70936F is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB112147111-
CMYK0.2400.240.42
HSL118.33º14.29%50.59%-
HSV(B)118.33º24.49%57.65%-
XYZ19.9925.4618.9-
YUV132.43115.9113.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 111 (43.75% from 255) = 30%
R=30.27%
G=39.73%
B=30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121471110.2400.240.42118.3314.2950.59
Hex70936F180182A76e33
Octal16022315730030521661663
Binary11100001001001111011111100001100010101011101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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