#68805A

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

Shades of Axolotl #68805A

Tints of Axolotl #68805A

Color information

#68805A (or 0x68805A) is unknown color: approx Axolotl. HEX triplet: 68, 80 and 5A. RGB value is (104,128,90). Sum of RGB (Red+Green+Blue) = 104+128+90=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #68805A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68805A is #977FA5. Grayscale: #747474. Windows color (decimal): -9928614 or 5931112. OLE color: 5931112.

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

Color convert

RGB10412890-
CMYK0.1900.300.50
HSL97.89º17.43%42.75%-
HSV(B)97.89º29.69%50.2%-
XYZ15.2719.1212.56-
YUV116.49113.05119.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.30%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=32.30%
G=39.75%
B=27.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104128900.1900.300.5097.8917.4342.75
Hex68805A1301E3262112b
Octal15020013223036621422153
Binary110100010000000101101010011011110110010110001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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