#67805E

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

Shades of Axolotl #67805E

Tints of Axolotl #67805E

Color information

#67805E (or 0x67805E) is unknown color: approx Axolotl. HEX triplet: 67, 80 and 5E. RGB value is (103,128,94). Sum of RGB (Red+Green+Blue) = 103+128+94=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #67805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67805E is #987FA1. Grayscale: #747474. Windows color (decimal): -9994146 or 6193255. OLE color: 6193255.

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

Color convert

RGB10312894-
CMYK0.2000.270.50
HSL104.12º15.32%43.53%-
HSV(B)104.12º26.56%50.2%-
XYZ15.3319.1313.47-
YUV116.65115.22118.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.69%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=31.69%
G=39.38%
B=28.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103128940.2000.270.50104.1215.3243.53
Hex67805E1401B3268f2c
Octal14720013624033621501754
Binary11001111000000010111101010001101111001011010001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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