#6AA462

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

Shades of Amulet #6AA462

Tints of Amulet #6AA462

Color information

#6AA462 (or 0x6AA462) is unknown color: approx Amulet. HEX triplet: 6A, A4 and 62. RGB value is (106,164,98). Sum of RGB (Red+Green+Blue) = 106+164+98=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA462 is #955B9D. Grayscale: #8B8B8B. Windows color (decimal): -9788318 or 6464618. OLE color: 6464618.

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

Color convert

RGB10616498-
CMYK0.3500.400.36
HSL112.73º26.61%51.37%-
HSV(B)112.73º40.24%64.31%-
XYZ21.4230.516.31-
YUV139.13104.78104.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.80%
GREEN value IS 164 (64.45% from 255) = 44.57%
BLUE value IS 98 (38.67% from 255) = 26.63%
R=28.80%
G=44.57%
B=26.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106164980.3500.400.36112.7326.6151.37
Hex6AA4622302824711b33
Octal15224414243050441613363
Binary11010101010010011000101000110101000100100111000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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