#6BA261

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

Shades of Amulet #6BA261

Tints of Amulet #6BA261

Color information

#6BA261 (or 0x6BA261) is unknown color: approx Amulet. HEX triplet: 6B, A2 and 61. RGB value is (107,162,97). Sum of RGB (Red+Green+Blue) = 107+162+97=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA261 is #945D9E. Grayscale: #8A8A8A. Windows color (decimal): -9723295 or 6398571. OLE color: 6398571.

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

Color convert

RGB10716297-
CMYK0.3400.400.36
HSL110.77º25.9%50.78%-
HSV(B)110.77º40.12%63.53%-
XYZ21.1429.8315.95-
YUV138.14104.78105.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.23%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=29.23%
G=44.26%
B=26.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal107162970.3400.400.36110.7725.950.78
Hex6BA26122028246f1a33
Octal15324214142050441573263
Binary11010111010001011000011000100101000100100110111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,162,97); }

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

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

 a { background-color: rgb(107,162,97); }

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

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

 span { border-color: rgb(107,162,97); }

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