#719771

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

Shades of Laurel #719771

Tints of Laurel #719771

Color information

#719771 (or 0x719771) is unknown color: approx Laurel. HEX triplet: 71, 97 and 71. RGB value is (113,151,113). Sum of RGB (Red+Green+Blue) = 113+151+113=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #719771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719771 is #8E688E. Grayscale: #878787. Windows color (decimal): -9332879 or 7444337. OLE color: 7444337.

HSL color Cylindrical-coordinate representation of color #719771: hue angle of 120º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #719771 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB113151113-
CMYK0.2500.250.41
HSL120º15.45%51.76%-
HSV(B)120º25.17%59.22%-
XYZ20.8626.8419.7-
YUV135.31115.41112.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=29.97%
G=40.05%
B=29.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131511130.2500.250.4112015.4551.76
Hex719771190192978f34
Octal16122716131031511701764
Binary11100011001011111100011100101100110100111110001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719771; }

 p { color: rgb(113,151,113); }

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

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

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

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

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

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

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