Html Css Color HEX #6EA760 Amulet

📋 copy color: '#6EA760'

red 110 ◦ green 167 ◦ blue 96

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

Shades of Amulet #6EA760

Tints of Amulet #6EA760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.77%

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

R = 29.49%
G = 44.77%
B = 25.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#6EA760 (or 0x6EA760) is known color: Amulet. HEX triplet: 6E, A7 and 60. RGB value is (110,167,96). Sum of RGB (Red+Green+Blue) = 110+167+96=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #6EA760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA760 is #91589F. Grayscale: #8E8E8E. Windows color (decimal): -9525408 or 6334318. OLE color: 6334318.

HSL color Cylindrical-coordinate representation of color #6EA760: hue angle of 108.17º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EA760 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 110 167 96 -
CMYK 0.34 0 0.43 0.35
HSL 108.17º 0.29% 0.52% -
HSV(B) 108.17º 0.43% 0.65% -
XYZ 22.36 31.8 16.03 -
YUV 141.86 102.12 105.27 -
System Red Green Blue C M Y K H S L
Decimal 110 167 96 0.34 0 0.43 0.35 108.17 0.29 0.52
Hex 6E A7 60 22 0 2B 23 6C 1D 34
Octal 156 247 140 42 0 53 43 154 35 64
Binary 1101110 10100111 1100000 100010 0 101011 100011 1101100 11101 110100

Color Harmonies of #6EA760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA760

Black with #6EA760

Text Example


Text Example

White with #6EA760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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