#68825C

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

Shades of Axolotl #68825C

Tints of Axolotl #68825C

Color information

#68825C (or 0x68825C) is unknown color: approx Axolotl. HEX triplet: 68, 82 and 5C. RGB value is (104,130,92). Sum of RGB (Red+Green+Blue) = 104+130+92=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #68825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68825C is #977DA3. Grayscale: #767676. Windows color (decimal): -9928100 or 6062696. OLE color: 6062696.

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

Color convert

RGB10413092-
CMYK0.200.290.49
HSL101.05º17.12%43.53%-
HSV(B)101.05º29.23%50.98%-
XYZ15.6219.6813.1-
YUV117.89113.39118.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.90%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 92 (36.33% from 255) = 28.22%
R=31.90%
G=39.88%
B=28.22%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130920.200.290.49101.0517.1243.53
Hex68825C1401D3165112c
Octal15020213424035611452154
Binary110100010000010101110010100011101110001110010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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