#688160

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

Shades of Axolotl #688160

Tints of Axolotl #688160

Color information

#688160 (or 0x688160) is unknown color: approx Axolotl. HEX triplet: 68, 81 and 60. RGB value is (104,129,96). Sum of RGB (Red+Green+Blue) = 104+129+96=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #688160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688160 is #977E9F. Grayscale: #757575. Windows color (decimal): -9928352 or 6324584. OLE color: 6324584.

HSL color Cylindrical-coordinate representation of color #688160: hue angle of 105.45º 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 #688160 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB10412996-
CMYK0.1900.260.49
HSL105.45º14.67%44.12%-
HSV(B)105.45º25.58%50.59%-
XYZ15.6719.4914-
YUV117.76115.72118.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=31.61%
G=39.21%
B=29.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104129960.1900.260.49105.4514.6744.12
Hex6881601301A3169f2c
Octal15020114023032611511754
Binary11010001000000111000001001101101011000111010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688160; }

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

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

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

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

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

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

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

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