#709B6D

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

Shades of Laurel #709B6D

Tints of Laurel #709B6D

Color information

#709B6D (or 0x709B6D) is unknown color: approx Laurel. HEX triplet: 70, 9B and 6D. RGB value is (112,155,109). Sum of RGB (Red+Green+Blue) = 112+155+109=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #709B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B6D is #8F6492. Grayscale: #898989. Windows color (decimal): -9397395 or 7183216. OLE color: 7183216.

HSL color Cylindrical-coordinate representation of color #709B6D: hue angle of 116.09º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709B6D is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB112155109-
CMYK0.2800.300.39
HSL116.09º18.7%51.76%-
HSV(B)116.09º29.68%60.78%-
XYZ21.1627.9918.76-
YUV136.9112.25110.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 155 (60.94% from 255) = 41.22%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=29.79%
G=41.22%
B=28.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121551090.2800.300.39116.0918.751.76
Hex709B6D1C01E27741334
Octal16023315534036471642364
Binary111000010011011110110111100011110100111111010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,155,109); }

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

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

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

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

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

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

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