#6BA663

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

Shades of Amulet #6BA663

Tints of Amulet #6BA663

Color information

#6BA663 (or 0x6BA663) is unknown color: approx Amulet. HEX triplet: 6B, A6 and 63. RGB value is (107,166,99). Sum of RGB (Red+Green+Blue) = 107+166+99=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA663 is #94599C. Grayscale: #8C8C8C. Windows color (decimal): -9722269 or 6530667. OLE color: 6530667.

HSL color Cylindrical-coordinate representation of color #6BA663: hue angle of 112.84º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BA663 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB10716699-
CMYK0.3600.400.35
HSL112.84º27.35%51.96%-
HSV(B)112.84º40.36%65.1%-
XYZ21.9531.316.69-
YUV140.72104.45103.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.76%
GREEN value IS 166 (65.23% from 255) = 44.62%
BLUE value IS 99 (39.06% from 255) = 26.61%
R=28.76%
G=44.62%
B=26.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal107166990.3600.400.35112.8427.3551.96
Hex6BA6632402823711b34
Octal15324614344050431613364
Binary11010111010011011000111001000101000100011111000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,166,99); }

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

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

 a { background-color: rgb(107,166,99); }

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

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

 span { border-color: rgb(107,166,99); }

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