Html Css Color HEX #667B5C Axolotl

📋 copy color: '#667B5C'

red 102 ◦ green 123 ◦ blue 92

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

Shades of Axolotl #667B5C

Tints of Axolotl #667B5C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.8%

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 32.18%
G = 38.8%
B = 29.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#667B5C (or 0x667B5C) is known color: Axolotl. HEX triplet: 66, 7B and 5C. RGB value is (102,123,92). Sum of RGB (Red+Green+Blue) = 102+123+92=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #667B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B5C is #9984A3. Grayscale: #717171. Windows color (decimal): -10060964 or 6060902. OLE color: 6060902.

HSL color Cylindrical-coordinate representation of color #667B5C: hue angle of 100.65º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #667B5C is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 123 92 -
CMYK 0.17 0 0.25 0.52
HSL 100.65º 0.14% 0.42% -
HSV(B) 100.65º 0.25% 0.48% -
XYZ 14.49 17.76 12.79 -
YUV 113.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 102 123 92 0.17 0 0.25 0.52 100.65 0.14 0.42
Hex 66 7B 5C 11 0 19 34 65 E 2A
Octal 146 173 134 21 0 31 64 145 16 52
Binary 1100110 1111011 1011100 10001 0 11001 110100 1100101 1110 101010

Color Harmonies of #667B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667B5C

Black with #667B5C

Text Example


Text Example

White with #667B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,123,92); }

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

background-color css

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

 a { background-color: rgb(102,123,92); }

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

border-color css

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

 span { border-color: rgb(102,123,92); }

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