#5E8F66

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

Shades of Laurel #5E8F66

Tints of Laurel #5E8F66

Color information

#5E8F66 (or 0x5E8F66) is unknown color: approx Laurel. HEX triplet: 5E, 8F and 66. RGB value is (94,143,102). Sum of RGB (Red+Green+Blue) = 94+143+102=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F66 is #A17099. Grayscale: #7B7B7B. Windows color (decimal): -10580122 or 6721374. OLE color: 6721374.

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

Color convert

RGB94143102-
CMYK0.3400.290.44
HSL129.8º20.68%46.47%-
HSV(B)129.8º34.27%56.08%-
XYZ16.8422.9816.12-
YUV123.67115.77106.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.73%
GREEN value IS 143 (56.25% from 255) = 42.18%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=27.73%
G=42.18%
B=30.09%

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
Decimal941431020.3400.290.44129.820.6846.47
Hex5E8F662201D2C82152e
Octal13621714642035542022556
Binary10111101000111111001101000100111011011001000001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,143,102); }

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

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

 a { background-color: rgb(94,143,102); }

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

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

 span { border-color: rgb(94,143,102); }

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