#709573

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

Shades of Laurel #709573

Tints of Laurel #709573

Color information

#709573 (or 0x709573) is unknown color: approx Laurel. HEX triplet: 70, 95 and 73. RGB value is (112,149,115). Sum of RGB (Red+Green+Blue) = 112+149+115=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #709573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709573 is #8F6A8C. Grayscale: #868686. Windows color (decimal): -9398925 or 7574896. OLE color: 7574896.

HSL color Cylindrical-coordinate representation of color #709573: hue angle of 124.86º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709573 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB112149115-
CMYK0.2500.230.42
HSL124.86º14.86%51.18%-
HSV(B)124.86º24.83%58.43%-
XYZ20.5226.1820.19-
YUV134.06117.24112.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=29.79%
G=39.63%
B=30.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121491150.2500.230.42124.8614.8651.18
Hex709573190172A7df33
Octal16022516331027521751763
Binary11100001001010111100111100101011110101011111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709573; }

 p { color: rgb(112,149,115); }

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

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

 a { background-color: rgb(112,149,115); }

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

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

 span { border-color: rgb(112,149,115); }

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