Html Css Color HEX #6EA268 Amulet

📋 copy color: '#6EA268'

red 110 ◦ green 162 ◦ blue 104

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

Shades of Amulet #6EA268

Tints of Amulet #6EA268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.09%

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

R = 29.26%
G = 43.09%
B = 27.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#6EA268 (or 0x6EA268) is known color: Amulet. HEX triplet: 6E, A2 and 68. RGB value is (110,162,104). Sum of RGB (Red+Green+Blue) = 110+162+104=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA268 is #915D97. Grayscale: #8C8C8C. Windows color (decimal): -9526680 or 6857326. OLE color: 6857326.

HSL color Cylindrical-coordinate representation of color #6EA268: hue angle of 113.79º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EA268 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 162 104 -
CMYK 0.32 0 0.36 0.36
HSL 113.79º 0.24% 0.52% -
HSV(B) 113.79º 0.36% 0.64% -
XYZ 21.85 30.16 17.77 -
YUV 139.84 107.77 106.72 -
System Red Green Blue C M Y K H S L
Decimal 110 162 104 0.32 0 0.36 0.36 113.79 0.24 0.52
Hex 6E A2 68 20 0 24 24 72 18 34
Octal 156 242 150 40 0 44 44 162 30 64
Binary 1101110 10100010 1101000 100000 0 100100 100100 1110010 11000 110100

Color Harmonies of #6EA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA268

Black with #6EA268

Text Example


Text Example

White with #6EA268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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