#68825D

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

Shades of Axolotl #68825D

Tints of Axolotl #68825D

Color information

#68825D (or 0x68825D) is unknown color: approx Axolotl. HEX triplet: 68, 82 and 5D. RGB value is (104,130,93). Sum of RGB (Red+Green+Blue) = 104+130+93=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #68825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68825D is #977DA2. Grayscale: #767676. Windows color (decimal): -9928099 or 6128232. OLE color: 6128232.

HSL color Cylindrical-coordinate representation of color #68825D: hue angle of 102.16º degrees, saturation: 0.17, 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 #68825D is Cyan = 0.2, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB10413093-
CMYK0.200.280.49
HSL102.16º16.59%43.73%-
HSV(B)102.16º28.46%50.98%-
XYZ15.6719.713.33-
YUV118.01113.89118.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 93 (36.72% from 255) = 28.44%
R=31.80%
G=39.76%
B=28.44%

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
Decimal104130930.200.280.49102.1616.5943.73
Hex68825D1401C3166112c
Octal15020213524034611462154
Binary110100010000010101110110100011100110001110011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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