#68815B

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

Shades of Axolotl #68815B

Tints of Axolotl #68815B

Color information

#68815B (or 0x68815B) is unknown color: approx Axolotl. HEX triplet: 68, 81 and 5B. RGB value is (104,129,91). Sum of RGB (Red+Green+Blue) = 104+129+91=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #68815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68815B is #977EA4. Grayscale: #757575. Windows color (decimal): -9928357 or 5996904. OLE color: 5996904.

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

Color convert

RGB10412991-
CMYK0.1900.290.49
HSL99.47º17.27%43.14%-
HSV(B)99.47º29.46%50.59%-
XYZ15.4519.412.83-
YUV117.19113.22118.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 129 (50.78% from 255) = 39.81%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=32.10%
G=39.81%
B=28.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104129910.1900.290.4999.4717.2743.14
Hex68815B1301D3163112b
Octal15020113323035611432153
Binary110100010000001101101110011011101110001110001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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