Html Css Color HEX #667060 Axolotl

📋 copy color: '#667060'

red 102 ◦ green 112 ◦ blue 96

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

Shades of Axolotl #667060

Tints of Axolotl #667060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 32.9%
G = 36.13%
B = 30.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#667060 (or 0x667060) is known color: Axolotl. HEX triplet: 66, 70 and 60. RGB value is (102,112,96). Sum of RGB (Red+Green+Blue) = 102+112+96=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #667060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667060 is #998F9F. Grayscale: #6B6B6B. Windows color (decimal): -10063776 or 6320230. OLE color: 6320230.

HSL color Cylindrical-coordinate representation of color #667060: hue angle of 97.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #667060 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 112 96 -
CMYK 0.09 0 0.14 0.56
HSL 97.5º 0.08% 0.41% -
HSV(B) 97.5º 0.14% 0.44% -
XYZ 13.38 15.26 13.31 -
YUV 107.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 102 112 96 0.09 0 0.14 0.56 97.5 0.08 0.41
Hex 66 70 60 9 0 E 38 62 8 29
Octal 146 160 140 11 0 16 70 142 10 51
Binary 1100110 1110000 1100000 1001 0 1110 111000 1100010 1000 101001

Color Harmonies of #667060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667060

Black with #667060

Text Example


Text Example

White with #667060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667060; }

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

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

background-color css

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

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

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

border-color css

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

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

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