Html Css Color HEX #5E9C66 Laurel

📋 copy color: '#5E9C66'

red 94 ◦ green 156 ◦ blue 102

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

Shades of Laurel #5E9C66

Tints of Laurel #5E9C66

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.32%

 BLUE value IS 102 (40.23% from 255) = 28.98%

R = 26.7%
G = 44.32%
B = 28.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#5E9C66 (or 0x5E9C66) is known color: Laurel. HEX triplet: 5E, 9C and 66. RGB value is (94,156,102). Sum of RGB (Red+Green+Blue) = 94+156+102=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9C66 is #A16399. Grayscale: #838383. Windows color (decimal): -10576794 or 6724702. OLE color: 6724702.

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

Color convert

RGB 94 156 102 -
CMYK 0.40 0 0.35 0.39
HSL 127.74º 0.25% 0.49% -
HSV(B) 127.74º 0.4% 0.61% -
XYZ 18.9 27.12 16.81 -
YUV 131.31 111.46 101.39 -
System Red Green Blue C M Y K H S L
Decimal 94 156 102 0.40 0 0.35 0.39 127.74 0.25 0.49
Hex 5E 9C 66 28 0 23 27 80 19 31
Octal 136 234 146 50 0 43 47 200 31 61
Binary 1011110 10011100 1100110 101000 0 100011 100111 10000000 11001 110001

Color Harmonies of #5E9C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9C66

Black with #5E9C66

Text Example


Text Example

White with #5E9C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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