#6FA361

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

Shades of Amulet #6FA361

Tints of Amulet #6FA361

Color information

#6FA361 (or 0x6FA361) is unknown color: approx Amulet. HEX triplet: 6F, A3 and 61. RGB value is (111,163,97). Sum of RGB (Red+Green+Blue) = 111+163+97=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA361 is #905C9E. Grayscale: #8C8C8C. Windows color (decimal): -9460895 or 6398831. OLE color: 6398831.

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

Color convert

RGB11116397-
CMYK0.3200.400.36
HSL107.27º26.4%50.98%-
HSV(B)107.27º40.49%63.92%-
XYZ21.8130.4416.03-
YUV139.93103.77107.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.92%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=29.92%
G=43.94%
B=26.15%

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
Decimal111163970.3200.400.36107.2726.450.98
Hex6FA36120028246b1a33
Octal15724314140050441533263
Binary11011111010001111000011000000101000100100110101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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