#68815F

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

Shades of Axolotl #68815F

Tints of Axolotl #68815F

Color information

#68815F (or 0x68815F) is unknown color: approx Axolotl. HEX triplet: 68, 81 and 5F. RGB value is (104,129,95). Sum of RGB (Red+Green+Blue) = 104+129+95=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #68815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68815F is #977EA0. Grayscale: #757575. Windows color (decimal): -9928353 or 6259048. OLE color: 6259048.

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

Color convert

RGB10412995-
CMYK0.1900.260.49
HSL104.12º15.18%43.92%-
HSV(B)104.12º26.36%50.59%-
XYZ15.6219.4713.76-
YUV117.65115.22118.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=31.71%
G=39.33%
B=28.96%

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
Decimal104129950.1900.260.49104.1215.1843.92
Hex68815F1301A3168f2c
Octal15020113723032611501754
Binary11010001000000110111111001101101011000111010001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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