#709473

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

Shades of Laurel #709473

Tints of Laurel #709473

Color information

#709473 (or 0x709473) is unknown color: approx Laurel. HEX triplet: 70, 94 and 73. RGB value is (112,148,115). Sum of RGB (Red+Green+Blue) = 112+148+115=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #709473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709473 is #8F6B8C. Grayscale: #858585. Windows color (decimal): -9399181 or 7574640. OLE color: 7574640.

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

Color convert

RGB112148115-
CMYK0.2400.220.42
HSL125º14.4%50.98%-
HSV(B)125º24.32%58.04%-
XYZ20.3725.8620.14-
YUV133.47117.57112.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=29.87%
G=39.47%
B=30.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121481150.2400.220.4212514.450.98
Hex709473180162A7de33
Octal16022416330026521751663
Binary11100001001010011100111100001011010101011111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709473; }

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

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

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

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

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

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

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

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