#68825E

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

Shades of Axolotl #68825E

Tints of Axolotl #68825E

Color information

#68825E (or 0x68825E) is unknown color: approx Axolotl. HEX triplet: 68, 82 and 5E. RGB value is (104,130,94). Sum of RGB (Red+Green+Blue) = 104+130+94=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #68825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68825E is #977DA1. Grayscale: #767676. Windows color (decimal): -9928098 or 6193768. OLE color: 6193768.

HSL color Cylindrical-coordinate representation of color #68825E: hue angle of 103.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68825E is Cyan = 0.2, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB10413094-
CMYK0.200.280.49
HSL103.33º16.07%43.92%-
HSV(B)103.33º27.69%50.98%-
XYZ15.7119.7213.57-
YUV118.12114.39117.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=31.71%
G=39.63%
B=28.66%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130940.200.280.49103.3316.0743.92
Hex68825E1401C3167102c
Octal15020213624034611472054
Binary110100010000010101111010100011100110001110011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68825E; }

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

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

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

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

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

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

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

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