#6FAB65

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

Shades of Amulet #6FAB65

Tints of Amulet #6FAB65

Color information

#6FAB65 (or 0x6FAB65) is unknown color: approx Amulet. HEX triplet: 6F, AB and 65. RGB value is (111,171,101). Sum of RGB (Red+Green+Blue) = 111+171+101=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAB65 is #90549A. Grayscale: #919191. Windows color (decimal): -9458843 or 6663023. OLE color: 6663023.

HSL color Cylindrical-coordinate representation of color #6FAB65: hue angle of 111.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FAB65 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB111171101-
CMYK0.3500.410.33
HSL111.43º29.41%53.33%-
HSV(B)111.43º40.94%67.06%-
XYZ23.4733.4417.53-
YUV145.08103.12103.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.98%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 101 (39.84% from 255) = 26.37%
R=28.98%
G=44.65%
B=26.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111711010.3500.410.33111.4329.4153.33
Hex6FAB6523029216f1d35
Octal15725314543051411573565
Binary11011111010101111001011000110101001100001110111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,171,101); }

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

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

 a { background-color: rgb(111,171,101); }

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

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

 span { border-color: rgb(111,171,101); }

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