#5E9D65

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

Shades of Laurel #5E9D65

Tints of Laurel #5E9D65

Color information

#5E9D65 (or 0x5E9D65) is unknown color: approx Laurel. HEX triplet: 5E, 9D and 65. RGB value is (94,157,101). Sum of RGB (Red+Green+Blue) = 94+157+101=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D65 is #A1629A. Grayscale: #838383. Windows color (decimal): -10576539 or 6659422. OLE color: 6659422.

HSL color Cylindrical-coordinate representation of color #5E9D65: hue angle of 126.67º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9D65 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB94157101-
CMYK0.4000.360.38
HSL126.67º25.1%49.22%-
HSV(B)126.67º40.13%61.57%-
XYZ19.0227.4316.6-
YUV131.78110.63101.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.70%
GREEN value IS 157 (61.72% from 255) = 44.60%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=26.70%
G=44.60%
B=28.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941571010.4000.360.38126.6725.149.22
Hex5E9D6528024267f1931
Octal13623514550044461773161
Binary10111101001110111001011010000100100100110111111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,157,101); }

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

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

 a { background-color: rgb(94,157,101); }

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

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

 span { border-color: rgb(94,157,101); }

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