#68835D

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

Shades of Axolotl #68835D

Tints of Axolotl #68835D

Color information

#68835D (or 0x68835D) is unknown color: approx Axolotl. HEX triplet: 68, 83 and 5D. RGB value is (104,131,93). Sum of RGB (Red+Green+Blue) = 104+131+93=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 131 - color contains mainly: green. Hex color #68835D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68835D is #977CA2. Grayscale: #767676. Windows color (decimal): -9927843 or 6128488. OLE color: 6128488.

HSL color Cylindrical-coordinate representation of color #68835D: hue angle of 102.63º 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 #68835D is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB10413193-
CMYK0.2100.290.49
HSL102.63º16.96%43.92%-
HSV(B)102.63º29.01%51.37%-
XYZ15.819.9713.38-
YUV118.6113.55117.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=31.71%
G=39.94%
B=28.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104131930.2100.290.49102.6316.9643.92
Hex68835D1501D3167112c
Octal15020313525035611472154
Binary110100010000011101110110101011101110001110011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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