#667E5C

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

Shades of Axolotl #667E5C

Tints of Axolotl #667E5C

Color information

#667E5C (or 0x667E5C) is unknown color: approx Axolotl. HEX triplet: 66, 7E and 5C. RGB value is (102,126,92). Sum of RGB (Red+Green+Blue) = 102+126+92=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 126 - color contains mainly: green. Hex color #667E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E5C is #9981A3. Grayscale: #737373. Windows color (decimal): -10060196 or 6061670. OLE color: 6061670.

HSL color Cylindrical-coordinate representation of color #667E5C: hue angle of 102.35º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #667E5C is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB10212692-
CMYK0.1900.270.51
HSL102.35º15.6%42.75%-
HSV(B)102.35º26.98%49.41%-
XYZ14.8718.5212.92-
YUV114.95115.05118.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 126 (49.61% from 255) = 39.38%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=31.88%
G=39.38%
B=28.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102126920.1900.270.51102.3515.642.75
Hex667E5C1301B3366102b
Octal14617613423033631462053
Binary11001101111110101110010011011011110011110011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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