#70926F

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

Shades of Laurel #70926F

Tints of Laurel #70926F

Color information

#70926F (or 0x70926F) is unknown color: approx Laurel. HEX triplet: 70, 92 and 6F. RGB value is (112,146,111). Sum of RGB (Red+Green+Blue) = 112+146+111=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #70926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70926F is #8F6D90. Grayscale: #838383. Windows color (decimal): -9399697 or 7311984. OLE color: 7311984.

HSL color Cylindrical-coordinate representation of color #70926F: hue angle of 118.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70926F is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB112146111-
CMYK0.2300.240.43
HSL118.29º13.83%50.39%-
HSV(B)118.29º23.97%57.25%-
XYZ19.8325.1518.85-
YUV131.84116.24113.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=30.35%
G=39.57%
B=30.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121461110.2300.240.43118.2913.8350.39
Hex70926F170182B76e32
Octal16022215727030531661662
Binary11100001001001011011111011101100010101111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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