#667B5C

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

Shades of Axolotl #667B5C

Tints of Axolotl #667B5C

Color information

#667B5C (or 0x667B5C) is unknown color: approx Axolotl. HEX triplet: 66, 7B and 5C. RGB value is (102,123,92). Sum of RGB (Red+Green+Blue) = 102+123+92=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #667B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B5C is #9984A3. Grayscale: #717171. Windows color (decimal): -10060964 or 6060902. OLE color: 6060902.

HSL color Cylindrical-coordinate representation of color #667B5C: hue angle of 100.65º 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 #667B5C is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB10212392-
CMYK0.1700.250.52
HSL100.65º14.42%42.16%-
HSV(B)100.65º25.2%48.24%-
XYZ14.4917.7612.79-
YUV113.19116.04120.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=32.18%
G=38.80%
B=29.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102123920.1700.250.52100.6514.4242.16
Hex667B5C110193465e2a
Octal14617313421031641451652
Binary1100110111101110111001000101100111010011001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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