Html Css Color HEX #667560 Axolotl

📋 copy color: '#667560'

red 102 ◦ green 117 ◦ blue 96

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

Shades of Axolotl #667560

Tints of Axolotl #667560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

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

R = 32.38%
G = 37.14%
B = 30.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#667560 (or 0x667560) is known color: Axolotl. HEX triplet: 66, 75 and 60. RGB value is (102,117,96). Sum of RGB (Red+Green+Blue) = 102+117+96=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #667560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667560 is #998A9F. Grayscale: #6E6E6E. Windows color (decimal): -10062496 or 6321510. OLE color: 6321510.

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

Color convert

RGB 102 117 96 -
CMYK 0.13 0 0.18 0.54
HSL 102.86º 0.1% 0.42% -
HSV(B) 102.86º 0.18% 0.46% -
XYZ 13.95 16.39 13.49 -
YUV 110.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 102 117 96 0.13 0 0.18 0.54 102.86 0.1 0.42
Hex 66 75 60 D 0 12 36 67 A 2A
Octal 146 165 140 15 0 22 66 147 12 52
Binary 1100110 1110101 1100000 1101 0 10010 110110 1100111 1010 101010

Color Harmonies of #667560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667560

Black with #667560

Text Example


Text Example

White with #667560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667560; }

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

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

background-color css

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

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

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

border-color css

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

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

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