#667060

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

Shades of Axolotl #667060

Tints of Axolotl #667060

Color information

#667060 (or 0x667060) is unknown color: approx Axolotl. HEX triplet: 66, 70 and 60. RGB value is (102,112,96). Sum of RGB (Red+Green+Blue) = 102+112+96=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #667060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667060 is #998F9F. Grayscale: #6B6B6B. Windows color (decimal): -10063776 or 6320230. OLE color: 6320230.

HSL color Cylindrical-coordinate representation of color #667060: hue angle of 97.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #667060 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB10211296-
CMYK0.0900.140.56
HSL97.5º7.69%40.78%-
HSV(B)97.5º14.29%43.92%-
XYZ13.3815.2613.31-
YUV107.19121.69124.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=32.90%
G=36.13%
B=30.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102112960.0900.140.5697.57.6940.78
Hex66706090E3861829
Octal14616014011016701411051
Binary11001101110000110000010010111011100011000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667060; }

 p { color: rgb(102,112,96); }

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

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

 a { background-color: rgb(102,112,96); }

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

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

 span { border-color: rgb(102,112,96); }

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