#719075

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

Shades of Laurel #719075

Tints of Laurel #719075

Color information

#719075 (or 0x719075) is unknown color: approx Laurel. HEX triplet: 71, 90 and 75. RGB value is (113,144,117). Sum of RGB (Red+Green+Blue) = 113+144+117=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #719075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719075 is #8E6F8A. Grayscale: #838383. Windows color (decimal): -9334667 or 7704689. OLE color: 7704689.

HSL color Cylindrical-coordinate representation of color #719075: hue angle of 127.74º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #719075 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB113144117-
CMYK0.2200.190.44
HSL127.74º12.25%50.39%-
HSV(B)127.74º21.53%56.47%-
XYZ19.9924.7420.55-
YUV131.65119.73114.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=30.21%
G=38.50%
B=31.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131441170.2200.190.44127.7412.2550.39
Hex719075160132C80c32
Octal16122016526023542001462
Binary111000110010000111010110110010011101100100000001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719075; }

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

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

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

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

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

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

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

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