Html Css Color HEX #6E9964 Amulet

📋 copy color: '#6E9964'

red 110 ◦ green 153 ◦ blue 100

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

Shades of Amulet #6E9964

Tints of Amulet #6E9964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 30.3%
G = 42.15%
B = 27.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#6E9964 (or 0x6E9964) is known color: Amulet. HEX triplet: 6E, 99 and 64. RGB value is (110,153,100). Sum of RGB (Red+Green+Blue) = 110+153+100=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #6E9964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9964 is #91669B. Grayscale: #868686. Windows color (decimal): -9528988 or 6592878. OLE color: 6592878.

HSL color Cylindrical-coordinate representation of color #6E9964: hue angle of 108.68º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E9964 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 110 153 100 -
CMYK 0.28 0 0.35 0.4
HSL 108.68º 0.21% 0.5% -
HSV(B) 108.68º 0.35% 0.6% -
XYZ 20.12 27.02 16.21 -
YUV 134.1 108.75 110.81 -
System Red Green Blue C M Y K H S L
Decimal 110 153 100 0.28 0 0.35 0.4 108.68 0.21 0.5
Hex 6E 99 64 1C 0 23 28 6D 15 32
Octal 156 231 144 34 0 43 50 155 25 62
Binary 1101110 10011001 1100100 11100 0 100011 101000 1101101 10101 110010

Color Harmonies of #6E9964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9964

Black with #6E9964

Text Example


Text Example

White with #6E9964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,153,100); }

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

background-color css

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

 a { background-color: rgb(110,153,100); }

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

border-color css

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

 span { border-color: rgb(110,153,100); }

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