#709F72

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

Shades of Laurel #709F72

Tints of Laurel #709F72

Color information

#709F72 (or 0x709F72) is unknown color: approx Laurel. HEX triplet: 70, 9F and 72. RGB value is (112,159,114). Sum of RGB (Red+Green+Blue) = 112+159+114=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #709F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709F72 is #8F608D. Grayscale: #8B8B8B. Windows color (decimal): -9396366 or 7511920. OLE color: 7511920.

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

Color convert

RGB112159114-
CMYK0.3000.280.38
HSL122.55º19.67%53.14%-
HSV(B)122.55º29.56%62.35%-
XYZ22.1229.4620.44-
YUV139.82113.43108.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=29.09%
G=41.30%
B=29.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121591140.3000.280.38122.5519.6753.14
Hex709F721E01C267b1435
Octal16023716236034461732465
Binary111000010011111111001011110011100100110111101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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