#5F9064

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

Shades of Laurel #5F9064

Tints of Laurel #5F9064

Color information

#5F9064 (or 0x5F9064) is unknown color: approx Laurel. HEX triplet: 5F, 90 and 64. RGB value is (95,144,100). Sum of RGB (Red+Green+Blue) = 95+144+100=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #5F9064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9064 is #A06F9B. Grayscale: #7C7C7C. Windows color (decimal): -10514332 or 6590559. OLE color: 6590559.

HSL color Cylindrical-coordinate representation of color #5F9064: hue angle of 126.12º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F9064 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB95144100-
CMYK0.3400.310.44
HSL126.12º20.5%46.86%-
HSV(B)126.12º34.03%56.47%-
XYZ16.9923.315.66-
YUV124.33114.27107.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.02%
GREEN value IS 144 (56.64% from 255) = 42.48%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=28.02%
G=42.48%
B=29.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951441000.3400.310.44126.1220.546.86
Hex5F90642201F2C7e152f
Octal13722014442037541762557
Binary1011111100100001100100100010011111101100111111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,144,100); }

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

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

 a { background-color: rgb(95,144,100); }

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

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

 span { border-color: rgb(95,144,100); }

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