#6CAA61

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

Shades of Amulet #6CAA61

Tints of Amulet #6CAA61

Color information

#6CAA61 (or 0x6CAA61) is unknown color: approx Amulet. HEX triplet: 6C, AA and 61. RGB value is (108,170,97). Sum of RGB (Red+Green+Blue) = 108+170+97=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAA61 is #93559E. Grayscale: #8F8F8F. Windows color (decimal): -9655711 or 6400620. OLE color: 6400620.

HSL color Cylindrical-coordinate representation of color #6CAA61: hue angle of 110.96º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CAA61 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB10817097-
CMYK0.3600.430.33
HSL110.96º30.04%52.35%-
HSV(B)110.96º42.94%66.67%-
XYZ22.7232.816.44-
YUV143.14101.96102.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.8%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=28.8%
G=45.33%
B=25.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108170970.3600.430.33110.9630.0452.35
Hex6CAA612402B216f1e34
Octal15425214144053411573664
Binary11011001010101011000011001000101011100001110111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,170,97); }

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

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

 a { background-color: rgb(108,170,97); }

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

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

 span { border-color: rgb(108,170,97); }

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