#709F6E

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

Shades of Laurel #709F6E

Tints of Laurel #709F6E

Color information

#709F6E (or 0x709F6E) is unknown color: approx Laurel. HEX triplet: 70, 9F and 6E. RGB value is (112,159,110). Sum of RGB (Red+Green+Blue) = 112+159+110=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #709F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709F6E is #8F6091. Grayscale: #8B8B8B. Windows color (decimal): -9396370 or 7249776. OLE color: 7249776.

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

Color convert

RGB112159110-
CMYK0.3000.310.38
HSL117.55º20.33%52.75%-
HSV(B)117.55º30.82%62.35%-
XYZ21.8929.3719.27-
YUV139.36111.43108.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=29.40%
G=41.73%
B=28.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121591100.3000.310.38117.5520.3352.75
Hex709F6E1E01F26761435
Octal16023715636037461662465
Binary111000010011111110111011110011111100110111011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,159,110); }

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

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

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

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

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

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

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