#709D6F

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

Shades of Laurel #709D6F

Tints of Laurel #709D6F

Color information

#709D6F (or 0x709D6F) is unknown color: approx Laurel. HEX triplet: 70, 9D and 6F. RGB value is (112,157,111). Sum of RGB (Red+Green+Blue) = 112+157+111=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #709D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D6F is #8F6290. Grayscale: #8A8A8A. Windows color (decimal): -9396881 or 7314800. OLE color: 7314800.

HSL color Cylindrical-coordinate representation of color #709D6F: hue angle of 118.7º 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 #709D6F is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB112157111-
CMYK0.2900.290.38
HSL118.7º19.01%52.55%-
HSV(B)118.7º29.3%61.57%-
XYZ21.6128.7119.44-
YUV138.3112.59109.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 157 (61.72% from 255) = 41.32%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=29.47%
G=41.32%
B=29.21%

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
Decimal1121571110.2900.290.38118.719.0152.55
Hex709D6F1D01D26771335
Octal16023515735035461672365
Binary111000010011101110111111101011101100110111011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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