Html Css Color HEX #667660 Axolotl

📋 copy color: '#667660'

red 102 ◦ green 118 ◦ blue 96

#667660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Axolotl #667660

Tints of Axolotl #667660

RGB

 RED value IS 102 (40.23% from 255) = 32.28%

 GREEN value IS 118 (46.48% from 255) = 37.34%

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 32.28%
G = 37.34%
B = 30.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#667660 (or 0x667660) is known color: Axolotl. HEX triplet: 66, 76 and 60. RGB value is (102,118,96). Sum of RGB (Red+Green+Blue) = 102+118+96=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #667660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667660 is #99899F. Grayscale: #6E6E6E. Windows color (decimal): -10062240 or 6321766. OLE color: 6321766.

HSL color Cylindrical-coordinate representation of color #667660: hue angle of 103.64º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #667660 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 118 96 -
CMYK 0.14 0 0.19 0.54
HSL 103.64º 0.1% 0.42% -
HSV(B) 103.64º 0.19% 0.46% -
XYZ 14.07 16.63 13.53 -
YUV 110.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 102 118 96 0.14 0 0.19 0.54 103.64 0.1 0.42
Hex 66 76 60 E 0 13 36 68 A 2A
Octal 146 166 140 16 0 23 66 150 12 52
Binary 1100110 1110110 1100000 1110 0 10011 110110 1101000 1010 101010

Color Harmonies of #667660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667660

Black with #667660

Text Example


Text Example

White with #667660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667660; }

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

 H1.HeaderClassName
 {
   color: #667660;
 }
 .AnyTagClassName
 {
   color: #667660;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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