#6BA264

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

Shades of Amulet #6BA264

Tints of Amulet #6BA264

Color information

#6BA264 (or 0x6BA264) is unknown color: approx Amulet. HEX triplet: 6B, A2 and 64. RGB value is (107,162,100). Sum of RGB (Red+Green+Blue) = 107+162+100=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA264 is #945D9B. Grayscale: #8A8A8A. Windows color (decimal): -9723292 or 6595179. OLE color: 6595179.

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

Color convert

RGB107162100-
CMYK0.3400.380.36
HSL113.23º25%51.37%-
HSV(B)113.23º38.27%63.53%-
XYZ21.2829.8916.7-
YUV138.49106.28105.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.00%
GREEN value IS 162 (63.67% from 255) = 43.90%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=29.00%
G=43.90%
B=27.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071621000.3400.380.36113.232551.37
Hex6BA2642202624711933
Octal15324214442046441613163
Binary11010111010001011001001000100100110100100111000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,162,100); }

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

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

 a { background-color: rgb(107,162,100); }

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

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

 span { border-color: rgb(107,162,100); }

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