Html Css Color HEX #677C5E Axolotl

📋 copy color: '#677C5E'

red 103 ◦ green 124 ◦ blue 94

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

Shades of Axolotl #677C5E

Tints of Axolotl #677C5E

RGB

 RED value IS 103 (40.63% from 255) = 32.09%

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 32.09%
G = 38.63%
B = 29.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#677C5E (or 0x677C5E) is known color: Axolotl. HEX triplet: 67, 7C and 5E. RGB value is (103,124,94). Sum of RGB (Red+Green+Blue) = 103+124+94=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 124 - color contains mainly: green. Hex color #677C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677C5E is #9883A1. Grayscale: #727272. Windows color (decimal): -9995170 or 6192231. OLE color: 6192231.

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

Color convert

RGB 103 124 94 -
CMYK 0.17 0 0.24 0.51
HSL 102º 0.14% 0.43% -
HSV(B) 102º 0.24% 0.49% -
XYZ 14.82 18.11 13.3 -
YUV 114.3 116.54 119.94 -
System Red Green Blue C M Y K H S L
Decimal 103 124 94 0.17 0 0.24 0.51 102 0.14 0.43
Hex 67 7C 5E 11 0 18 33 66 E 2B
Octal 147 174 136 21 0 30 63 146 16 53
Binary 1100111 1111100 1011110 10001 0 11000 110011 1100110 1110 101011

Color Harmonies of #677C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677C5E

Black with #677C5E

Text Example


Text Example

White with #677C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677C5E; }

 p { color: rgb(103,124,94); }

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

background-color css

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

 a { background-color: rgb(103,124,94); }

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

border-color css

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

 span { border-color: rgb(103,124,94); }

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