#5F9963

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

Shades of Laurel #5F9963

Tints of Laurel #5F9963

Color information

#5F9963 (or 0x5F9963) is unknown color: approx Laurel. HEX triplet: 5F, 99 and 63. RGB value is (95,153,99). Sum of RGB (Red+Green+Blue) = 95+153+99=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9963 is #A0669C. Grayscale: #818181. Windows color (decimal): -10512029 or 6527327. OLE color: 6527327.

HSL color Cylindrical-coordinate representation of color #5F9963: hue angle of 124.14º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F9963 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB9515399-
CMYK0.3800.350.4
HSL124.14º23.39%48.63%-
HSV(B)124.14º37.91%60%-
XYZ18.3626.1215.88-
YUV129.5110.78103.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 99 (39.06% from 255) = 28.53%
R=27.38%
G=44.09%
B=28.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal95153990.3800.350.4124.1423.3948.63
Hex5F996326023287c1731
Octal13723114346043501742761
Binary10111111001100111000111001100100011101000111110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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