#6C9E65

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

Shades of Amulet #6C9E65

Tints of Amulet #6C9E65

Color information

#6C9E65 (or 0x6C9E65) is unknown color: approx Amulet. HEX triplet: 6C, 9E and 65. RGB value is (108,158,101). Sum of RGB (Red+Green+Blue) = 108+158+101=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 158 - color contains mainly: green. Hex color #6C9E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9E65 is #93619A. Grayscale: #888888. Windows color (decimal): -9658779 or 6659692. OLE color: 6659692.

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

Color convert

RGB108158101-
CMYK0.3200.360.38
HSL112.63º22.71%50.78%-
HSV(B)112.63º36.08%61.96%-
XYZ20.7628.5816.73-
YUV136.55107.94107.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.43%
GREEN value IS 158 (62.11% from 255) = 43.05%
BLUE value IS 101 (39.84% from 255) = 27.52%
R=29.43%
G=43.05%
B=27.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081581010.3200.360.38112.6322.7150.78
Hex6C9E652002426711733
Octal15423614540044461612763
Binary11011001001111011001011000000100100100110111000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,158,101); }

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

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

 a { background-color: rgb(108,158,101); }

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

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

 span { border-color: rgb(108,158,101); }

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