#67825D

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

Shades of Axolotl #67825D

Tints of Axolotl #67825D

Color information

#67825D (or 0x67825D) is unknown color: approx Axolotl. HEX triplet: 67, 82 and 5D. RGB value is (103,130,93). Sum of RGB (Red+Green+Blue) = 103+130+93=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #67825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67825D is #987DA2. Grayscale: #757575. Windows color (decimal): -9993635 or 6128231. OLE color: 6128231.

HSL color Cylindrical-coordinate representation of color #67825D: hue angle of 103.78º degrees, saturation: 0.17, 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 #67825D is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB10313093-
CMYK0.2100.280.49
HSL103.78º16.59%43.73%-
HSV(B)103.78º28.46%50.98%-
XYZ15.5519.6413.33-
YUV117.71114.05117.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.60%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=31.60%
G=39.88%
B=28.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103130930.2100.280.49103.7816.5943.73
Hex67825D1501C3168112c
Octal14720213525034611502154
Binary110011110000010101110110101011100110001110100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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