#67795F

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

Shades of Axolotl #67795F

Tints of Axolotl #67795F

Color information

#67795F (or 0x67795F) is unknown color: approx Axolotl. HEX triplet: 67, 79 and 5F. RGB value is (103,121,95). Sum of RGB (Red+Green+Blue) = 103+121+95=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #67795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67795F is #9886A0. Grayscale: #707070. Windows color (decimal): -9995937 or 6256999. OLE color: 6256999.

HSL color Cylindrical-coordinate representation of color #67795F: hue angle of 101.54º 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 #67795F is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB10312195-
CMYK0.1500.210.53
HSL101.54º12.04%42.35%-
HSV(B)101.54º21.49%47.45%-
XYZ14.517.3813.42-
YUV112.65118.04121.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.29%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 95 (37.5% from 255) = 29.78%
R=32.29%
G=37.93%
B=29.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103121950.1500.210.53101.5412.0442.35
Hex67795FF0153566c2a
Octal14717113717025651461452
Binary110011111110011011111111101010111010111001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,121,95); }

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

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

 a { background-color: rgb(103,121,95); }

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

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

 span { border-color: rgb(103,121,95); }

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