Html Css Color HEX #667261 Axolotl

📋 copy color: '#667261'

red 102 ◦ green 114 ◦ blue 97

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

Shades of Axolotl #667261

Tints of Axolotl #667261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

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

R = 32.59%
G = 36.42%
B = 30.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#667261 (or 0x667261) is known color: Axolotl. HEX triplet: 66, 72 and 61. RGB value is (102,114,97). Sum of RGB (Red+Green+Blue) = 102+114+97=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #667261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667261 is #998D9E. Grayscale: #6C6C6C. Windows color (decimal): -10063263 or 6386278. OLE color: 6386278.

HSL color Cylindrical-coordinate representation of color #667261: hue angle of 102.35º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #667261 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 114 97 -
CMYK 0.11 0 0.15 0.55
HSL 102.35º 0.08% 0.41% -
HSV(B) 102.35º 0.15% 0.45% -
XYZ 13.65 15.72 13.62 -
YUV 108.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 102 114 97 0.11 0 0.15 0.55 102.35 0.08 0.41
Hex 66 72 61 B 0 F 37 66 8 29
Octal 146 162 141 13 0 17 67 146 10 51
Binary 1100110 1110010 1100001 1011 0 1111 110111 1100110 1000 101001

Color Harmonies of #667261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667261

Black with #667261

Text Example


Text Example

White with #667261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667261; }

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

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

background-color css

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

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

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

border-color css

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

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

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