#70946D

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

Shades of Laurel #70946D

Tints of Laurel #70946D

Color information

#70946D (or 0x70946D) is unknown color: approx Laurel. HEX triplet: 70, 94 and 6D. RGB value is (112,148,109). Sum of RGB (Red+Green+Blue) = 112+148+109=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #70946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70946D is #8F6B92. Grayscale: #848484. Windows color (decimal): -9399187 or 7181424. OLE color: 7181424.

HSL color Cylindrical-coordinate representation of color #70946D: hue angle of 115.38º 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 #70946D is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB112148109-
CMYK0.2400.260.42
HSL115.38º15.42%50.39%-
HSV(B)115.38º26.35%58.04%-
XYZ20.0325.7318.38-
YUV132.79114.57113.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 148 (58.20% from 255) = 40.11%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=30.35%
G=40.11%
B=29.54%

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
Decimal1121481090.2400.260.42115.3815.4250.39
Hex70946D1801A2A73f32
Octal16022415530032521631762
Binary11100001001010011011011100001101010101011100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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