#6BA366

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

Shades of Amulet #6BA366

Tints of Amulet #6BA366

Color information

#6BA366 (or 0x6BA366) is unknown color: approx Amulet. HEX triplet: 6B, A3 and 66. RGB value is (107,163,102). Sum of RGB (Red+Green+Blue) = 107+163+102=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA366 is #945C99. Grayscale: #8B8B8B. Windows color (decimal): -9723034 or 6726507. OLE color: 6726507.

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

Color convert

RGB107163102-
CMYK0.3400.370.36
HSL115.08º24.9%51.96%-
HSV(B)115.08º37.42%63.92%-
XYZ21.5630.2817.28-
YUV139.3106.95104.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.76%
GREEN value IS 163 (64.06% from 255) = 43.82%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=28.76%
G=43.82%
B=27.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071631020.3400.370.36115.0824.951.96
Hex6BA3662202524731934
Octal15324314642045441633164
Binary11010111010001111001101000100100101100100111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,163,102); }

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

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

 a { background-color: rgb(107,163,102); }

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

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

 span { border-color: rgb(107,163,102); }

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