#6FA368

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

Shades of Amulet #6FA368

Tints of Amulet #6FA368

Color information

#6FA368 (or 0x6FA368) is unknown color: approx Amulet. HEX triplet: 6F, A3 and 68. RGB value is (111,163,104). Sum of RGB (Red+Green+Blue) = 111+163+104=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA368 is #905C97. Grayscale: #8C8C8C. Windows color (decimal): -9460888 or 6857583. OLE color: 6857583.

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

Color convert

RGB111163104-
CMYK0.3200.360.36
HSL112.88º24.28%52.35%-
HSV(B)112.88º36.2%63.92%-
XYZ22.1530.5717.83-
YUV140.73107.27106.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.37%
GREEN value IS 163 (64.06% from 255) = 43.12%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=29.37%
G=43.12%
B=27.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111631040.3200.360.36112.8824.2852.35
Hex6FA3682002424711834
Octal15724315040044441613064
Binary11011111010001111010001000000100100100100111000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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