#5F7E63

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

Shades of Laurel #5F7E63

Tints of Laurel #5F7E63

Color information

#5F7E63 (or 0x5F7E63) is unknown color: approx Laurel. HEX triplet: 5F, 7E and 63. RGB value is (95,126,99). Sum of RGB (Red+Green+Blue) = 95+126+99=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 126 - color contains mainly: green. Hex color #5F7E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7E63 is #A0819C. Grayscale: #717171. Windows color (decimal): -10518941 or 6520415. OLE color: 6520415.

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

Color convert

RGB9512699-
CMYK0.2500.210.51
HSL127.74º14.03%43.33%-
HSV(B)127.74º24.6%49.41%-
XYZ14.4318.2614.57-
YUV113.65119.73114.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.69%
GREEN value IS 126 (49.61% from 255) = 39.38%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=29.69%
G=39.38%
B=30.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95126990.2500.210.51127.7414.0343.33
Hex5F7E63190153380e2b
Octal13717614331025632001653
Binary10111111111110110001111001010101110011100000001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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