#5F9066

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

Shades of Laurel #5F9066

Tints of Laurel #5F9066

Color information

#5F9066 (or 0x5F9066) is unknown color: approx Laurel. HEX triplet: 5F, 90 and 66. RGB value is (95,144,102). Sum of RGB (Red+Green+Blue) = 95+144+102=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #5F9066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9066 is #A06F99. Grayscale: #7C7C7C. Windows color (decimal): -10514330 or 6721631. OLE color: 6721631.

HSL color Cylindrical-coordinate representation of color #5F9066: hue angle of 128.57º 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 #5F9066 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB95144102-
CMYK0.3400.290.44
HSL128.57º20.5%46.86%-
HSV(B)128.57º34.03%56.47%-
XYZ17.0923.3416.17-
YUV124.56115.27106.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.86%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=27.86%
G=42.23%
B=29.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951441020.3400.290.44128.5720.546.86
Hex5F90662201D2C81152f
Octal13722014642035542012557
Binary10111111001000011001101000100111011011001000000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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