#688260

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

Shades of Axolotl #688260

Tints of Axolotl #688260

Color information

#688260 (or 0x688260) is unknown color: approx Axolotl. HEX triplet: 68, 82 and 60. RGB value is (104,130,96). Sum of RGB (Red+Green+Blue) = 104+130+96=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #688260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688260 is #977D9F. Grayscale: #767676. Windows color (decimal): -9928096 or 6324840. OLE color: 6324840.

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

Color convert

RGB10413096-
CMYK0.200.260.49
HSL105.88º15.04%44.31%-
HSV(B)105.88º26.15%50.98%-
XYZ15.819.7514.05-
YUV118.35115.39117.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=31.52%
G=39.39%
B=29.09%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130960.200.260.49105.8815.0444.31
Hex6882601401A316af2c
Octal15020214024032611521754
Binary11010001000001011000001010001101011000111010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688260; }

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

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

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

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

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

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

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

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