#6FA763

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

Shades of Amulet #6FA763

Tints of Amulet #6FA763

Color information

#6FA763 (or 0x6FA763) is unknown color: approx Amulet. HEX triplet: 6F, A7 and 63. RGB value is (111,167,99). Sum of RGB (Red+Green+Blue) = 111+167+99=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA763 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA763 is #90589C. Grayscale: #8E8E8E. Windows color (decimal): -9459869 or 6530927. OLE color: 6530927.

HSL color Cylindrical-coordinate representation of color #6FA763: hue angle of 109.41º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FA763 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB11116799-
CMYK0.3400.410.35
HSL109.41º27.87%52.16%-
HSV(B)109.41º40.72%65.49%-
XYZ22.6331.9216.77-
YUV142.5103.45105.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.44%
GREEN value IS 167 (65.62% from 255) = 44.30%
BLUE value IS 99 (39.06% from 255) = 26.26%
R=29.44%
G=44.30%
B=26.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111167990.3400.410.35109.4127.8752.16
Hex6FA76322029236d1c34
Octal15724714342051431553464
Binary11011111010011111000111000100101001100011110110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,167,99); }

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

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

 a { background-color: rgb(111,167,99); }

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

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

 span { border-color: rgb(111,167,99); }

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