#6AA562

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

Shades of Amulet #6AA562

Tints of Amulet #6AA562

Color information

#6AA562 (or 0x6AA562) is unknown color: approx Amulet. HEX triplet: 6A, A5 and 62. RGB value is (106,165,98). Sum of RGB (Red+Green+Blue) = 106+165+98=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA562 is #955A9D. Grayscale: #8B8B8B. Windows color (decimal): -9788062 or 6464874. OLE color: 6464874.

HSL color Cylindrical-coordinate representation of color #6AA562: 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.41%. Process color model (Four color, CMYK) of #6AA562 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB10616598-
CMYK0.3600.410.35
HSL112.84º27.13%51.57%-
HSV(B)112.84º40.61%64.71%-
XYZ21.630.8616.37-
YUV139.72104.45103.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.73%
GREEN value IS 165 (64.84% from 255) = 44.72%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=28.73%
G=44.72%
B=26.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal106165980.3600.410.35112.8427.1351.57
Hex6AA5622402923711b34
Octal15224514244051431613364
Binary11010101010010111000101001000101001100011111000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,165,98); }

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

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

 a { background-color: rgb(106,165,98); }

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

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

 span { border-color: rgb(106,165,98); }

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