#68805D

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

Shades of Axolotl #68805D

Tints of Axolotl #68805D

Color information

#68805D (or 0x68805D) is unknown color: approx Axolotl. HEX triplet: 68, 80 and 5D. RGB value is (104,128,93). Sum of RGB (Red+Green+Blue) = 104+128+93=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #68805D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68805D is #977FA2. Grayscale: #747474. Windows color (decimal): -9928611 or 6127720. OLE color: 6127720.

HSL color Cylindrical-coordinate representation of color #68805D: hue angle of 101.14º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68805D is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB10412893-
CMYK0.1900.270.50
HSL101.14º15.84%43.33%-
HSV(B)101.14º27.34%50.2%-
XYZ15.419.1713.24-
YUV116.83114.55118.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=32%
G=39.38%
B=28.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104128930.1900.270.50101.1415.8443.33
Hex68805D1301B3265102b
Octal15020013523033621452053
Binary110100010000000101110110011011011110010110010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68805D; }

 p { color: rgb(104,128,93); }

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

<style>
 a { background-color: #68805D; }

 a { background-color: rgb(104,128,93); }

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

<style>
 span { border-color: #68805D; }

 span { border-color: rgb(104,128,93); }

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