Html Css Color HEX #5E896A Laurel

📋 copy color: '#5E896A'

red 94 ◦ green 137 ◦ blue 106

#5E896A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #5E896A

Tints of Laurel #5E896A

RGB

 RED value IS 94 (37.11% from 255) = 27.89%

 GREEN value IS 137 (53.91% from 255) = 40.65%

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 27.89%
G = 40.65%
B = 31.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#5E896A (or 0x5E896A) is known color: Laurel. HEX triplet: 5E, 89 and 6A. RGB value is (94,137,106). Sum of RGB (Red+Green+Blue) = 94+137+106=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #5E896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E896A is #A17695. Grayscale: #787878. Windows color (decimal): -10581654 or 6981982. OLE color: 6981982.

HSL color Cylindrical-coordinate representation of color #5E896A: hue angle of 136.74º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E896A is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 94 137 106 -
CMYK 0.31 0 0.23 0.46
HSL 136.74º 0.19% 0.45% -
HSV(B) 136.74º 0.31% 0.54% -
XYZ 16.16 21.31 16.9 -
YUV 120.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 94 137 106 0.31 0 0.23 0.46 136.74 0.19 0.45
Hex 5E 89 6A 1F 0 17 2E 89 13 2D
Octal 136 211 152 37 0 27 56 211 23 55
Binary 1011110 10001001 1101010 11111 0 10111 101110 10001001 10011 101101

Color Harmonies of #5E896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E896A

Black with #5E896A

Text Example


Text Example

White with #5E896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,137,106); }

 H1.HeaderClassName
 {
   color: #5E896A;
 }
 .AnyTagClassName
 {
   color: #5E896A;
 }
</style>

background-color css

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

 a { background-color: rgb(94,137,106); }

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

border-color css

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

 span { border-color: rgb(94,137,106); }

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