Html Css Color HEX #6E9E60 Amulet

📋 copy color: '#6E9E60'

red 110 ◦ green 158 ◦ blue 96

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

Shades of Amulet #6E9E60

Tints of Amulet #6E9E60

RGB

 RED value IS 110 (43.36% from 255) = 30.22%

 GREEN value IS 158 (62.11% from 255) = 43.41%

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 30.22%
G = 43.41%
B = 26.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#6E9E60 (or 0x6E9E60) is known color: Amulet. HEX triplet: 6E, 9E and 60. RGB value is (110,158,96). Sum of RGB (Red+Green+Blue) = 110+158+96=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #6E9E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9E60 is #91619F. Grayscale: #888888. Windows color (decimal): -9527712 or 6332014. OLE color: 6332014.

HSL color Cylindrical-coordinate representation of color #6E9E60: hue angle of 106.45º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E9E60 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 158 96 -
CMYK 0.30 0 0.39 0.38
HSL 106.45º 0.24% 0.5% -
HSV(B) 106.45º 0.39% 0.62% -
XYZ 20.77 28.61 15.49 -
YUV 136.58 105.1 109.04 -
System Red Green Blue C M Y K H S L
Decimal 110 158 96 0.30 0 0.39 0.38 106.45 0.24 0.5
Hex 6E 9E 60 1E 0 27 26 6A 18 32
Octal 156 236 140 36 0 47 46 152 30 62
Binary 1101110 10011110 1100000 11110 0 100111 100110 1101010 11000 110010

Color Harmonies of #6E9E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9E60

Black with #6E9E60

Text Example


Text Example

White with #6E9E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E9E60; }

 p { color: rgb(110,158,96); }

 H1.HeaderClassName
 {
   color: #6E9E60;
 }
 .AnyTagClassName
 {
   color: #6E9E60;
 }
</style>

background-color css

<style>
 a { background-color: #6E9E60; }

 a { background-color: rgb(110,158,96); }

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

border-color css

<style>
 span { border-color: #6E9E60; }

 span { border-color: rgb(110,158,96); }

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