#709E70

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

Shades of Laurel #709E70

Tints of Laurel #709E70

Color information

#709E70 (or 0x709E70) is unknown color: approx Laurel. HEX triplet: 70, 9E and 70. RGB value is (112,158,112). Sum of RGB (Red+Green+Blue) = 112+158+112=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 158 - color contains mainly: green. Hex color #709E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709E70 is #8F618F. Grayscale: #8B8B8B. Windows color (decimal): -9396624 or 7380592. OLE color: 7380592.

HSL color Cylindrical-coordinate representation of color #709E70: hue angle of 120º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709E70 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB112158112-
CMYK0.2900.290.38
HSL120º19.17%52.94%-
HSV(B)120º29.11%61.96%-
XYZ21.8329.0719.79-
YUV139112.76108.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=29.32%
G=41.36%
B=29.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121581120.2900.290.3812019.1752.94
Hex709E701D01D26781335
Octal16023616035035461702365
Binary111000010011110111000011101011101100110111100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709E70; }

 p { color: rgb(112,158,112); }

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

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

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

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

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

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

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