#68805F

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

Shades of Axolotl #68805F

Tints of Axolotl #68805F

Color information

#68805F (or 0x68805F) is unknown color: approx Axolotl. HEX triplet: 68, 80 and 5F. RGB value is (104,128,95). Sum of RGB (Red+Green+Blue) = 104+128+95=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #68805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68805F is #977FA0. Grayscale: #757575. Windows color (decimal): -9928609 or 6258792. OLE color: 6258792.

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

Color convert

RGB10412895-
CMYK0.1900.260.50
HSL103.64º14.8%43.73%-
HSV(B)103.64º25.78%50.2%-
XYZ15.4919.2113.72-
YUV117.06115.55118.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=31.80%
G=39.14%
B=29.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104128950.1900.260.50103.6414.843.73
Hex68805F1301A3268f2c
Octal15020013723032621501754
Binary11010001000000010111111001101101011001011010001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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