#709172

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

Shades of Laurel #709172

Tints of Laurel #709172

Color information

#709172 (or 0x709172) is unknown color: approx Laurel. HEX triplet: 70, 91 and 72. RGB value is (112,145,114). Sum of RGB (Red+Green+Blue) = 112+145+114=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #709172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709172 is #8F6E8D. Grayscale: #838383. Windows color (decimal): -9399950 or 7508336. OLE color: 7508336.

HSL color Cylindrical-coordinate representation of color #709172: hue angle of 123.64º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709172 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB112145114-
CMYK0.2300.210.43
HSL123.64º13.04%50.39%-
HSV(B)123.64º22.76%56.86%-
XYZ19.8424.9119.68-
YUV131.6118.07114.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=30.19%
G=39.08%
B=30.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121451140.2300.210.43123.6413.0450.39
Hex709172170152B7cd32
Octal16022116227025531741562
Binary11100001001000111100101011101010110101111111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709172; }

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

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

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

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

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

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

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

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