Html Css Color HEX #667C5A Axolotl

📋 copy color: '#667C5A'

red 102 ◦ green 124 ◦ blue 90

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

Shades of Axolotl #667C5A

Tints of Axolotl #667C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 32.28%
G = 39.24%
B = 28.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#667C5A (or 0x667C5A) is known color: Axolotl. HEX triplet: 66, 7C and 5A. RGB value is (102,124,90). Sum of RGB (Red+Green+Blue) = 102+124+90=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 124 - color contains mainly: green. Hex color #667C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C5A is #9983A5. Grayscale: #717171. Windows color (decimal): -10060710 or 5930086. OLE color: 5930086.

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

Color convert

RGB 102 124 90 -
CMYK 0.18 0 0.27 0.51
HSL 98.82º 0.16% 0.42% -
HSV(B) 98.82º 0.27% 0.49% -
XYZ 14.53 17.98 12.38 -
YUV 113.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 102 124 90 0.18 0 0.27 0.51 98.82 0.16 0.42
Hex 66 7C 5A 12 0 1B 33 63 10 2A
Octal 146 174 132 22 0 33 63 143 20 52
Binary 1100110 1111100 1011010 10010 0 11011 110011 1100011 10000 101010

Color Harmonies of #667C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667C5A

Black with #667C5A

Text Example


Text Example

White with #667C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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