#6BA661

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

Shades of Amulet #6BA661

Tints of Amulet #6BA661

Color information

#6BA661 (or 0x6BA661) is unknown color: approx Amulet. HEX triplet: 6B, A6 and 61. RGB value is (107,166,97). Sum of RGB (Red+Green+Blue) = 107+166+97=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA661 is #94599E. Grayscale: #8C8C8C. Windows color (decimal): -9722271 or 6399595. OLE color: 6399595.

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

Color convert

RGB10716697-
CMYK0.3600.420.35
HSL111.3º27.94%51.57%-
HSV(B)111.3º41.57%65.1%-
XYZ21.8631.2616.19-
YUV140.49103.45104.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.92%
GREEN value IS 166 (65.23% from 255) = 44.86%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=28.92%
G=44.86%
B=26.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal107166970.3600.420.35111.327.9451.57
Hex6BA6612402A236f1c34
Octal15324614144052431573464
Binary11010111010011011000011001000101010100011110111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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