#6FA360

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

Shades of Amulet #6FA360

Tints of Amulet #6FA360

Color information

#6FA360 (or 0x6FA360) is unknown color: approx Amulet. HEX triplet: 6F, A3 and 60. RGB value is (111,163,96). Sum of RGB (Red+Green+Blue) = 111+163+96=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA360 is #905C9F. Grayscale: #8C8C8C. Windows color (decimal): -9460896 or 6333295. OLE color: 6333295.

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

Color convert

RGB11116396-
CMYK0.3200.410.36
HSL106.57º26.69%50.78%-
HSV(B)106.57º41.1%63.92%-
XYZ21.7630.4215.79-
YUV139.81103.27107.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30%
GREEN value IS 163 (64.06% from 255) = 44.05%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=30%
G=44.05%
B=25.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111163960.3200.410.36106.5726.6950.78
Hex6FA36020029246b1b33
Octal15724314040051441533363
Binary11011111010001111000001000000101001100100110101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,163,96); }

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

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

 a { background-color: rgb(111,163,96); }

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

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

 span { border-color: rgb(111,163,96); }

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