#6BA563

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

Shades of Amulet #6BA563

Tints of Amulet #6BA563

Color information

#6BA563 (or 0x6BA563) is unknown color: approx Amulet. HEX triplet: 6B, A5 and 63. RGB value is (107,165,99). Sum of RGB (Red+Green+Blue) = 107+165+99=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA563 is #945A9C. Grayscale: #8C8C8C. Windows color (decimal): -9722525 or 6530411. OLE color: 6530411.

HSL color Cylindrical-coordinate representation of color #6BA563: hue angle of 112.73º 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 #6BA563 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB10716599-
CMYK0.3500.400.35
HSL112.73º26.83%51.76%-
HSV(B)112.73º40%64.71%-
XYZ21.7730.9416.63-
YUV140.13104.78104.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.84%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=28.84%
G=44.47%
B=26.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal107165990.3500.400.35112.7326.8351.76
Hex6BA5632302823711b34
Octal15324514343050431613364
Binary11010111010010111000111000110101000100011111000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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