#719375

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

Shades of Laurel #719375

Tints of Laurel #719375

Color information

#719375 (or 0x719375) is unknown color: approx Laurel. HEX triplet: 71, 93 and 75. RGB value is (113,147,117). Sum of RGB (Red+Green+Blue) = 113+147+117=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #719375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719375 is #8E6C8A. Grayscale: #858585. Windows color (decimal): -9333899 or 7705457. OLE color: 7705457.

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

Color convert

RGB113147117-
CMYK0.2300.200.42
HSL127.06º13.6%50.98%-
HSV(B)127.06º23.13%57.65%-
XYZ20.4525.6620.7-
YUV133.41118.74113.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=29.97%
G=38.99%
B=31.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131471170.2300.200.42127.0613.650.98
Hex719375170142A7fe33
Octal16122316527024521771663
Binary11100011001001111101011011101010010101011111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719375; }

 p { color: rgb(113,147,117); }

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

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

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

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

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

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

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