#67805B

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

Shades of Axolotl #67805B

Tints of Axolotl #67805B

Color information

#67805B (or 0x67805B) is unknown color: approx Axolotl. HEX triplet: 67, 80 and 5B. RGB value is (103,128,91). Sum of RGB (Red+Green+Blue) = 103+128+91=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #67805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67805B is #987FA4. Grayscale: #747474. Windows color (decimal): -9994149 or 5996647. OLE color: 5996647.

HSL color Cylindrical-coordinate representation of color #67805B: hue angle of 100.54º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67805B is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB10312891-
CMYK0.2000.290.50
HSL100.54º16.89%42.94%-
HSV(B)100.54º28.91%50.2%-
XYZ15.219.0812.78-
YUV116.31113.72118.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.99%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=31.99%
G=39.75%
B=28.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103128910.2000.290.50100.5416.8942.94
Hex67805B1401D3265112b
Octal14720013324035621452153
Binary110011110000000101101110100011101110010110010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67805B; }

 p { color: rgb(103,128,91); }

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

<style>
 a { background-color: #67805B; }

 a { background-color: rgb(103,128,91); }

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

<style>
 span { border-color: #67805B; }

 span { border-color: rgb(103,128,91); }

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