Html Css Color HEX #6E9868 Amulet

📋 copy color: '#6E9868'

red 110 ◦ green 152 ◦ blue 104

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

Shades of Amulet #6E9868

Tints of Amulet #6E9868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.53%

 BLUE value IS 104 (41.02% from 255) = 28.42%

R = 30.05%
G = 41.53%
B = 28.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#6E9868 (or 0x6E9868) is known color: Amulet. HEX triplet: 6E, 98 and 68. RGB value is (110,152,104). Sum of RGB (Red+Green+Blue) = 110+152+104=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #6E9868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9868 is #916797. Grayscale: #868686. Windows color (decimal): -9529240 or 6854766. OLE color: 6854766.

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

Color convert

RGB 110 152 104 -
CMYK 0.28 0 0.32 0.40
HSL 112.5º 0.19% 0.5% -
HSV(B) 112.5º 0.32% 0.6% -
XYZ 20.16 26.77 17.2 -
YUV 133.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 110 152 104 0.28 0 0.32 0.40 112.5 0.19 0.5
Hex 6E 98 68 1C 0 20 28 70 13 32
Octal 156 230 150 34 0 40 50 160 23 62
Binary 1101110 10011000 1101000 11100 0 100000 101000 1110000 10011 110010

Color Harmonies of #6E9868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9868

Black with #6E9868

Text Example


Text Example

White with #6E9868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,152,104); }

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

background-color css

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

 a { background-color: rgb(110,152,104); }

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

border-color css

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

 span { border-color: rgb(110,152,104); }

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