#5F7C63

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

Shades of Laurel #5F7C63

Tints of Laurel #5F7C63

Color information

#5F7C63 (or 0x5F7C63) is unknown color: approx Laurel. HEX triplet: 5F, 7C and 63. RGB value is (95,124,99). Sum of RGB (Red+Green+Blue) = 95+124+99=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 124 - color contains mainly: green. Hex color #5F7C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7C63 is #A0839C. Grayscale: #707070. Windows color (decimal): -10519453 or 6519903. OLE color: 6519903.

HSL color Cylindrical-coordinate representation of color #5F7C63: hue angle of 128.28º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F7C63 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB9512499-
CMYK0.2300.200.51
HSL128.28º13.24%42.94%-
HSV(B)128.28º23.39%48.63%-
XYZ14.1817.7514.48-
YUV112.48120.39115.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.87%
GREEN value IS 124 (48.83% from 255) = 38.99%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=29.87%
G=38.99%
B=31.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95124990.2300.200.51128.2813.2442.94
Hex5F7C63170143380d2b
Octal13717414327024632001553
Binary10111111111100110001110111010100110011100000001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F7C63; }

 p { color: rgb(95,124,99); }

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

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

 a { background-color: rgb(95,124,99); }

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

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

 span { border-color: rgb(95,124,99); }

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