Html Css Color HEX #667061 Axolotl

📋 copy color: '#667061'

red 102 ◦ green 112 ◦ blue 97

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

Shades of Axolotl #667061

Tints of Axolotl #667061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 32.8%
G = 36.01%
B = 31.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#667061 (or 0x667061) is known color: Axolotl. HEX triplet: 66, 70 and 61. RGB value is (102,112,97). Sum of RGB (Red+Green+Blue) = 102+112+97=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #667061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667061 is #998F9E. Grayscale: #6B6B6B. Windows color (decimal): -10063775 or 6385766. OLE color: 6385766.

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

Color convert

RGB 102 112 97 -
CMYK 0.09 0 0.13 0.56
HSL 100º 0.07% 0.41% -
HSV(B) 100º 0.13% 0.44% -
XYZ 13.43 15.28 13.55 -
YUV 107.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 102 112 97 0.09 0 0.13 0.56 100 0.07 0.41
Hex 66 70 61 9 0 D 38 64 7 29
Octal 146 160 141 11 0 15 70 144 7 51
Binary 1100110 1110000 1100001 1001 0 1101 111000 1100100 111 101001

Color Harmonies of #667061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667061

Black with #667061

Text Example


Text Example

White with #667061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667061; }

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

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

background-color css

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

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

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

border-color css

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

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

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