Html Css Color HEX #667E55 Axolotl

📋 copy color: '#667E55'

red 102 ◦ green 126 ◦ blue 85

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

Shades of Axolotl #667E55

Tints of Axolotl #667E55

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

 BLUE value IS 85 (33.59% from 255) = 27.16%

R = 32.59%
G = 40.26%
B = 27.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#667E55 (or 0x667E55) is known color: Axolotl. HEX triplet: 66, 7E and 55. RGB value is (102,126,85). Sum of RGB (Red+Green+Blue) = 102+126+85=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 126 - color contains mainly: green. Hex color #667E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E55 is #9981AA. Grayscale: #727272. Windows color (decimal): -10060203 or 5602918. OLE color: 5602918.

HSL color Cylindrical-coordinate representation of color #667E55: hue angle of 95.12º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #667E55 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 126 85 -
CMYK 0.19 0 0.33 0.51
HSL 95.12º 0.19% 0.41% -
HSV(B) 95.12º 0.33% 0.49% -
XYZ 14.58 18.4 11.38 -
YUV 114.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 102 126 85 0.19 0 0.33 0.51 95.12 0.19 0.41
Hex 66 7E 55 13 0 21 33 5F 13 29
Octal 146 176 125 23 0 41 63 137 23 51
Binary 1100110 1111110 1010101 10011 0 100001 110011 1011111 10011 101001

Color Harmonies of #667E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667E55

Black with #667E55

Text Example


Text Example

White with #667E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,126,85); }

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

background-color css

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

 a { background-color: rgb(102,126,85); }

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

border-color css

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

 span { border-color: rgb(102,126,85); }

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