#6e9b67

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

Shades of Amulet #6E9B67

Tints of Amulet #6E9B67

Color information

#6E9B67 (or 0x6E9B67) is unknown color: approx Amulet. HEX triplet: 6E, 9B and 67. RGB value is (110,155,103). Sum of RGB (Red+Green+Blue) = 110+155+103=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9B67 is #916498. Grayscale: #878787. Windows color (decimal): -9528473 or 6789998. OLE color: 6789998.

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

Color convert

RGB110155103-
CMYK0.2900.340.39
HSL111.92º20.63%50.59%-
HSV(B)111.92º33.55%60.78%-
XYZ20.627.7417.1-
YUV135.62109.59109.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.89%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 103 (40.62% from 255) = 27.99%
R=29.89%
G=42.12%
B=27.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101551030.2900.340.39111.9220.6350.59
Hex6E9B671D02227701533
Octal15623314735042471602563
Binary1101110100110111100111111010100010100111111000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e9b67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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