#70936D

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

Shades of Laurel #70936D

Tints of Laurel #70936D

Color information

#70936D (or 0x70936D) is unknown color: approx Laurel. HEX triplet: 70, 93 and 6D. RGB value is (112,147,109). Sum of RGB (Red+Green+Blue) = 112+147+109=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #70936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70936D is #8F6C92. Grayscale: #848484. Windows color (decimal): -9399443 or 7181168. OLE color: 7181168.

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

Color convert

RGB112147109-
CMYK0.2400.260.42
HSL115.26º14.96%50.2%-
HSV(B)115.26º25.85%57.65%-
XYZ19.8825.4218.33-
YUV132.2114.9113.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=30.43%
G=39.95%
B=29.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121471090.2400.260.42115.2614.9650.2
Hex70936D1801A2A73f32
Octal16022315530032521631762
Binary11100001001001111011011100001101010101011100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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