#709071

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

Shades of Laurel #709071

Tints of Laurel #709071

Color information

#709071 (or 0x709071) is unknown color: approx Laurel. HEX triplet: 70, 90 and 71. RGB value is (112,144,113). Sum of RGB (Red+Green+Blue) = 112+144+113=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #709071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709071 is #8F6F8E. Grayscale: #828282. Windows color (decimal): -9400207 or 7442544. OLE color: 7442544.

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

Color convert

RGB112144113-
CMYK0.2200.220.44
HSL121.88º12.6%50.2%-
HSV(B)121.88º22.22%56.47%-
XYZ19.6424.5819.33-
YUV130.9117.9114.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=30.35%
G=39.02%
B=30.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121441130.2200.220.44121.8812.650.2
Hex709071160162C7ad32
Octal16022016126026541721562
Binary11100001001000011100011011001011010110011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709071; }

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

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

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

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

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

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

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

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