#67795C

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

Shades of Axolotl #67795C

Tints of Axolotl #67795C

Color information

#67795C (or 0x67795C) is unknown color: approx Axolotl. HEX triplet: 67, 79 and 5C. RGB value is (103,121,92). Sum of RGB (Red+Green+Blue) = 103+121+92=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #67795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67795C is #9886A3. Grayscale: #707070. Windows color (decimal): -9995940 or 6060391. OLE color: 6060391.

HSL color Cylindrical-coordinate representation of color #67795C: hue angle of 97.24º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #67795C is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB10312192-
CMYK0.1500.240.53
HSL97.24º13.62%41.76%-
HSV(B)97.24º23.97%47.45%-
XYZ14.3617.3312.71-
YUV112.31116.54121.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.59%
GREEN value IS 121 (47.66% from 255) = 38.29%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=32.59%
G=38.29%
B=29.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103121920.1500.240.5397.2413.6241.76
Hex67795CF0183561e2a
Octal14717113417030651411652
Binary110011111110011011100111101100011010111000011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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