#6FA26A

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

Shades of Amulet #6FA26A

Tints of Amulet #6FA26A

Color information

#6FA26A (or 0x6FA26A) is unknown color: approx Amulet. HEX triplet: 6F, A2 and 6A. RGB value is (111,162,106). Sum of RGB (Red+Green+Blue) = 111+162+106=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA26A is #905D95. Grayscale: #8C8C8C. Windows color (decimal): -9461142 or 6988399. OLE color: 6988399.

HSL color Cylindrical-coordinate representation of color #6FA26A: hue angle of 114.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FA26A is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB111162106-
CMYK0.3100.350.36
HSL114.64º23.14%52.55%-
HSV(B)114.64º34.57%63.53%-
XYZ22.0830.2618.31-
YUV140.37108.6107.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.29%
GREEN value IS 162 (63.67% from 255) = 42.74%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=29.29%
G=42.74%
B=27.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111621060.3100.350.36114.6423.1452.55
Hex6FA26A1F02324731735
Octal15724215237043441632765
Binary1101111101000101101010111110100011100100111001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,162,106); }

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

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

 a { background-color: rgb(111,162,106); }

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

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

 span { border-color: rgb(111,162,106); }

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