Html Css Color HEX #6E9F64 Amulet

📋 copy color: '#6E9F64'

red 110 ◦ green 159 ◦ blue 100

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

Shades of Amulet #6E9F64

Tints of Amulet #6E9F64

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.09%

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

R = 29.81%
G = 43.09%
B = 27.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#6E9F64 (or 0x6E9F64) is known color: Amulet. HEX triplet: 6E, 9F and 64. RGB value is (110,159,100). Sum of RGB (Red+Green+Blue) = 110+159+100=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #6E9F64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9F64 is #91609B. Grayscale: #898989. Windows color (decimal): -9527452 or 6594414. OLE color: 6594414.

HSL color Cylindrical-coordinate representation of color #6E9F64: hue angle of 109.83º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E9F64 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 159 100 -
CMYK 0.31 0 0.37 0.38
HSL 109.83º 0.24% 0.51% -
HSV(B) 109.83º 0.37% 0.62% -
XYZ 21.13 29.03 16.55 -
YUV 137.62 106.77 108.3 -
System Red Green Blue C M Y K H S L
Decimal 110 159 100 0.31 0 0.37 0.38 109.83 0.24 0.51
Hex 6E 9F 64 1F 0 25 26 6E 18 33
Octal 156 237 144 37 0 45 46 156 30 63
Binary 1101110 10011111 1100100 11111 0 100101 100110 1101110 11000 110011

Color Harmonies of #6E9F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9F64

Black with #6E9F64

Text Example


Text Example

White with #6E9F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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