#709272

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

Shades of Laurel #709272

Tints of Laurel #709272

Color information

#709272 (or 0x709272) is unknown color: approx Laurel. HEX triplet: 70, 92 and 72. RGB value is (112,146,114). Sum of RGB (Red+Green+Blue) = 112+146+114=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #709272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709272 is #8F6D8D. Grayscale: #848484. Windows color (decimal): -9399694 or 7508592. OLE color: 7508592.

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

Color convert

RGB112146114-
CMYK0.2300.220.43
HSL123.53º13.49%50.59%-
HSV(B)123.53º23.29%57.25%-
XYZ2025.2219.73-
YUV132.19117.74113.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 114 (44.92% from 255) = 30.65%
R=30.11%
G=39.25%
B=30.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121461140.2300.220.43123.5313.4950.59
Hex709272170162B7cd33
Octal16022216227026531741563
Binary11100001001001011100101011101011010101111111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709272; }

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

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

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

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

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

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

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

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