#719270

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

Shades of Laurel #719270

Tints of Laurel #719270

Color information

#719270 (or 0x719270) is unknown color: approx Laurel. HEX triplet: 71, 92 and 70. RGB value is (113,146,112). Sum of RGB (Red+Green+Blue) = 113+146+112=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #719270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719270 is #8E6D8F. Grayscale: #848484. Windows color (decimal): -9334160 or 7377521. OLE color: 7377521.

HSL color Cylindrical-coordinate representation of color #719270: hue angle of 118.24º 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 #719270 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB113146112-
CMYK0.2300.230.43
HSL118.24º13.49%50.59%-
HSV(B)118.24º23.29%57.25%-
XYZ20.0125.2419.15-
YUV132.26116.57114.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=30.46%
G=39.35%
B=30.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461120.2300.230.43118.2413.4950.59
Hex719270170172B76d33
Octal16122216027027531661563
Binary11100011001001011100001011101011110101111101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719270; }

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

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

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

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

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

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

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

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