#6E9969

Color #6E9969 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #6E9969

Tints of Amulet #6E9969

Color information

#6E9969 (or 0x6E9969) is unknown color: approx Amulet. HEX triplet: 6E, 99 and 69. RGB value is (110,153,105). Sum of RGB (Red+Green+Blue) = 110+153+105=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #6E9969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9969 is #916696. Grayscale: #868686. Windows color (decimal): -9528983 or 6920558. OLE color: 6920558.

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

Color convert

RGB110153105-
CMYK0.2800.310.4
HSL113.75º19.05%50.59%-
HSV(B)113.75º31.37%60%-
XYZ20.3727.1217.53-
YUV134.67111.25110.4-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.89%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=29.89%
G=41.58%
B=28.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1101531050.2800.310.4113.7519.0550.59
Hex6E99691C01F28721333
Octal15623115134037501622363
Binary110111010011001110100111100011111101000111001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,153,105); }

 H1.HeaderClassName
 {
   color: #6E9969;
 }
 .AnyTagClassName
 {
   color: #6E9969;
 }
</style>
background-color css

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

 a { background-color: rgb(110,153,105); }

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

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

 span { border-color: rgb(110,153,105); }

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