#6FA462

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

Shades of Amulet #6FA462

Tints of Amulet #6FA462

Color information

#6FA462 (or 0x6FA462) is unknown color: approx Amulet. HEX triplet: 6F, A4 and 62. RGB value is (111,164,98). Sum of RGB (Red+Green+Blue) = 111+164+98=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA462 is #905B9D. Grayscale: #8C8C8C. Windows color (decimal): -9460638 or 6464623. OLE color: 6464623.

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

Color convert

RGB11116498-
CMYK0.3200.400.36
HSL108.18º26.61%51.37%-
HSV(B)108.18º40.24%64.31%-
XYZ22.0430.8116.34-
YUV140.63103.94106.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 164 (64.45% from 255) = 43.97%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=29.76%
G=43.97%
B=26.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111164980.3200.400.36108.1826.6151.37
Hex6FA46220028246c1b33
Octal15724414240050441543363
Binary11011111010010011000101000000101000100100110110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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