#5E9866

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

Shades of Laurel #5E9866

Tints of Laurel #5E9866

Color information

#5E9866 (or 0x5E9866) is unknown color: approx Laurel. HEX triplet: 5E, 98 and 66. RGB value is (94,152,102). Sum of RGB (Red+Green+Blue) = 94+152+102=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9866 is #A16799. Grayscale: #818181. Windows color (decimal): -10577818 or 6723678. OLE color: 6723678.

HSL color Cylindrical-coordinate representation of color #5E9866: hue angle of 128.28º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E9866 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB94152102-
CMYK0.3800.330.40
HSL128.28º23.58%48.24%-
HSV(B)128.28º38.16%59.61%-
XYZ18.2425.816.59-
YUV128.96112.78103.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.01%
GREEN value IS 152 (59.77% from 255) = 43.68%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=27.01%
G=43.68%
B=29.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal941521020.3800.330.40128.2823.5848.24
Hex5E98662602128801830
Octal13623014646041502003060
Binary101111010011000110011010011001000011010001000000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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