#68785F

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

Shades of Axolotl #68785F

Tints of Axolotl #68785F

Color information

#68785F (or 0x68785F) is unknown color: approx Axolotl. HEX triplet: 68, 78 and 5F. RGB value is (104,120,95). Sum of RGB (Red+Green+Blue) = 104+120+95=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 120 - color contains mainly: green. Hex color #68785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68785F is #9787A0. Grayscale: #707070. Windows color (decimal): -9930657 or 6256744. OLE color: 6256744.

HSL color Cylindrical-coordinate representation of color #68785F: hue angle of 98.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68785F is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB10412095-
CMYK0.1300.210.53
HSL98.4º11.63%42.16%-
HSV(B)98.4º20.83%47.06%-
XYZ14.4917.213.38-
YUV112.37118.2122.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 95 (37.5% from 255) = 29.78%
R=32.60%
G=37.62%
B=29.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104120950.1300.210.5398.411.6342.16
Hex68785FD0153562c2a
Octal15017013715025651421452
Binary110100011110001011111110101010111010111000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68785F; }

 p { color: rgb(104,120,95); }

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

<style>
 a { background-color: #68785F; }

 a { background-color: rgb(104,120,95); }

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

<style>
 span { border-color: #68785F; }

 span { border-color: rgb(104,120,95); }

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