#719874

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

Shades of Laurel #719874

Tints of Laurel #719874

Color information

#719874 (or 0x719874) is unknown color: approx Laurel. HEX triplet: 71, 98 and 74. RGB value is (113,152,116). Sum of RGB (Red+Green+Blue) = 113+152+116=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #719874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719874 is #8E678B. Grayscale: #888888. Windows color (decimal): -9332620 or 7641201. OLE color: 7641201.

HSL color Cylindrical-coordinate representation of color #719874: hue angle of 124.62º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719874 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB113152116-
CMYK0.2600.240.40
HSL124.62º15.92%51.96%-
HSV(B)124.62º25.66%59.61%-
XYZ21.1927.2320.66-
YUV136.23116.58111.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=29.66%
G=39.90%
B=30.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131521160.2600.240.40124.6215.9251.96
Hex7198741A018287d1034
Octal16123016432030501752064
Binary111000110011000111010011010011000101000111110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719874; }

 p { color: rgb(113,152,116); }

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

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

 a { background-color: rgb(113,152,116); }

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

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

 span { border-color: rgb(113,152,116); }

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