#667A5C

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

Shades of Axolotl #667A5C

Tints of Axolotl #667A5C

Color information

#667A5C (or 0x667A5C) is unknown color: approx Axolotl. HEX triplet: 66, 7A and 5C. RGB value is (102,122,92). Sum of RGB (Red+Green+Blue) = 102+122+92=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #667A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A5C is #9985A3. Grayscale: #707070. Windows color (decimal): -10061220 or 6060646. OLE color: 6060646.

HSL color Cylindrical-coordinate representation of color #667A5C: hue angle of 100º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #667A5C is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB10212292-
CMYK0.1600.250.52
HSL100º14.02%41.96%-
HSV(B)100º24.59%47.84%-
XYZ14.3717.5212.75-
YUV112.6116.37120.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.28%
GREEN value IS 122 (48.05% from 255) = 38.61%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=32.28%
G=38.61%
B=29.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102122920.1600.250.5210014.0241.96
Hex667A5C100193464e2a
Octal14617213420031641441652
Binary1100110111101010111001000001100111010011001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667A5C; }

 p { color: rgb(102,122,92); }

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

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

 a { background-color: rgb(102,122,92); }

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

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

 span { border-color: rgb(102,122,92); }

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