#6C8160

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

Shades of Axolotl #6C8160

Tints of Axolotl #6C8160

Color information

#6C8160 (or 0x6C8160) is unknown color: approx Axolotl. HEX triplet: 6C, 81 and 60. RGB value is (108,129,96). Sum of RGB (Red+Green+Blue) = 108+129+96=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8160 is #937E9F. Grayscale: #777777. Windows color (decimal): -9666208 or 6324588. OLE color: 6324588.

HSL color Cylindrical-coordinate representation of color #6C8160: hue angle of 98.18º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C8160 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB10812996-
CMYK0.1600.260.49
HSL98.18º14.67%44.12%-
HSV(B)98.18º25.58%50.59%-
XYZ16.1519.7314.02-
YUV118.96115.04120.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.43%
GREEN value IS 129 (50.78% from 255) = 38.74%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=32.43%
G=38.74%
B=28.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108129960.1600.260.4998.1814.6744.12
Hex6C81601001A3162f2c
Octal15420114020032611421754
Binary11011001000000111000001000001101011000111000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,129,96); }

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

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

 a { background-color: rgb(108,129,96); }

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

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

 span { border-color: rgb(108,129,96); }

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