#67815D

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

Shades of Axolotl #67815D

Tints of Axolotl #67815D

Color information

#67815D (or 0x67815D) is unknown color: approx Axolotl. HEX triplet: 67, 81 and 5D. RGB value is (103,129,93). Sum of RGB (Red+Green+Blue) = 103+129+93=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #67815D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67815D is #987EA2. Grayscale: #757575. Windows color (decimal): -9993891 or 6127975. OLE color: 6127975.

HSL color Cylindrical-coordinate representation of color #67815D: hue angle of 103.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67815D is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB10312993-
CMYK0.2000.280.49
HSL103.33º16.22%43.53%-
HSV(B)103.33º27.91%50.59%-
XYZ15.4219.3713.28-
YUV117.12114.39117.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.69%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=31.69%
G=39.69%
B=28.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103129930.2000.280.49103.3316.2243.53
Hex67815D1401C3167102c
Octal14720113524034611472054
Binary110011110000001101110110100011100110001110011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,129,93); }

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

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

 a { background-color: rgb(103,129,93); }

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

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

 span { border-color: rgb(103,129,93); }

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