#6E9B69

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

Shades of Amulet #6E9B69

Tints of Amulet #6E9B69

Color information

#6E9B69 (or 0x6E9B69) is unknown color: approx Amulet. HEX triplet: 6E, 9B and 69. RGB value is (110,155,105). Sum of RGB (Red+Green+Blue) = 110+155+105=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9B69 is #916496. Grayscale: #888888. Windows color (decimal): -9528471 or 6921070. OLE color: 6921070.

HSL color Cylindrical-coordinate representation of color #6E9B69: hue angle of 114º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E9B69 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB110155105-
CMYK0.2900.320.39
HSL114º20%50.98%-
HSV(B)114º32.26%60.78%-
XYZ20.727.7817.64-
YUV135.84110.59109.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.73%
GREEN value IS 155 (60.94% from 255) = 41.89%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=29.73%
G=41.89%
B=28.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101551050.2900.320.391142050.98
Hex6E9B691D02027721433
Octal15623315135040471622463
Binary1101110100110111101001111010100000100111111001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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