Html Css Color HEX #6EA461 Amulet

📋 copy color: '#6EA461'

red 110 ◦ green 164 ◦ blue 97

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

Shades of Amulet #6EA461

Tints of Amulet #6EA461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.2%

 BLUE value IS 97 (38.28% from 255) = 26.15%

R = 29.65%
G = 44.2%
B = 26.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#6EA461 (or 0x6EA461) is known color: Amulet. HEX triplet: 6E, A4 and 61. RGB value is (110,164,97). Sum of RGB (Red+Green+Blue) = 110+164+97=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA461 is #915B9E. Grayscale: #8C8C8C. Windows color (decimal): -9526175 or 6399086. OLE color: 6399086.

HSL color Cylindrical-coordinate representation of color #6EA461: hue angle of 108.36º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EA461 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 164 97 -
CMYK 0.33 0 0.41 0.36
HSL 108.36º 0.27% 0.51% -
HSV(B) 108.36º 0.41% 0.64% -
XYZ 21.86 30.73 16.09 -
YUV 140.22 103.61 106.45 -
System Red Green Blue C M Y K H S L
Decimal 110 164 97 0.33 0 0.41 0.36 108.36 0.27 0.51
Hex 6E A4 61 21 0 29 24 6C 1B 33
Octal 156 244 141 41 0 51 44 154 33 63
Binary 1101110 10100100 1100001 100001 0 101001 100100 1101100 11011 110011

Color Harmonies of #6EA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA461

Black with #6EA461

Text Example


Text Example

White with #6EA461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,164,97); }

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

background-color css

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

 a { background-color: rgb(110,164,97); }

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

border-color css

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

 span { border-color: rgb(110,164,97); }

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