Html Css Color HEX #667C5D Axolotl

📋 copy color: '#667C5D'

red 102 ◦ green 124 ◦ blue 93

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

Shades of Axolotl #667C5D

Tints of Axolotl #667C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.87%

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 31.97%
G = 38.87%
B = 29.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#667C5D (or 0x667C5D) is known color: Axolotl. HEX triplet: 66, 7C and 5D. RGB value is (102,124,93). Sum of RGB (Red+Green+Blue) = 102+124+93=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #667C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C5D is #9983A2. Grayscale: #717171. Windows color (decimal): -10060707 or 6126694. OLE color: 6126694.

HSL color Cylindrical-coordinate representation of color #667C5D: hue angle of 102.58º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #667C5D is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 124 93 -
CMYK 0.18 0 0.25 0.51
HSL 102.58º 0.14% 0.43% -
HSV(B) 102.58º 0.25% 0.49% -
XYZ 14.66 18.03 13.06 -
YUV 113.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 102 124 93 0.18 0 0.25 0.51 102.58 0.14 0.43
Hex 66 7C 5D 12 0 19 33 67 E 2B
Octal 146 174 135 22 0 31 63 147 16 53
Binary 1100110 1111100 1011101 10010 0 11001 110011 1100111 1110 101011

Color Harmonies of #667C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667C5D

Black with #667C5D

Text Example


Text Example

White with #667C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667C5D; }

 p { color: rgb(102,124,93); }

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

background-color css

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

 a { background-color: rgb(102,124,93); }

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

border-color css

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

 span { border-color: rgb(102,124,93); }

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