#667F56

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

Shades of Axolotl #667F56

Tints of Axolotl #667F56

Color information

#667F56 (or 0x667F56) is unknown color: approx Axolotl. HEX triplet: 66, 7F and 56. RGB value is (102,127,86). Sum of RGB (Red+Green+Blue) = 102+127+86=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #667F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F56 is #9980A9. Grayscale: #727272. Windows color (decimal): -10059946 or 5668710. OLE color: 5668710.

HSL color Cylindrical-coordinate representation of color #667F56: hue angle of 96.59º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #667F56 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB10212786-
CMYK0.2000.320.50
HSL96.59º19.25%41.76%-
HSV(B)96.59º32.28%49.8%-
XYZ14.7518.6811.63-
YUV114.85111.72118.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 127 (50% from 255) = 40.32%
BLUE value IS 86 (33.98% from 255) = 27.30%
R=32.38%
G=40.32%
B=27.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102127860.2000.320.5096.5919.2541.76
Hex667F56140203261132a
Octal14617712624040621412352
Binary110011011111111010110101000100000110010110000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,127,86); }

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

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

 a { background-color: rgb(102,127,86); }

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

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

 span { border-color: rgb(102,127,86); }

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