Html Css Color HEX #677E56 Axolotl

📋 copy color: '#677E56'

red 103 ◦ green 126 ◦ blue 86

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

Shades of Axolotl #677E56

Tints of Axolotl #677E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 32.7%
G = 40%
B = 27.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#677E56 (or 0x677E56) is known color: Axolotl. HEX triplet: 67, 7E and 56. RGB value is (103,126,86). Sum of RGB (Red+Green+Blue) = 103+126+86=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 126 - color contains mainly: green. Hex color #677E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677E56 is #9881A9. Grayscale: #727272. Windows color (decimal): -9994666 or 5668455. OLE color: 5668455.

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

Color convert

RGB 103 126 86 -
CMYK 0.18 0 0.32 0.51
HSL 94.5º 0.19% 0.42% -
HSV(B) 94.5º 0.32% 0.49% -
XYZ 14.73 18.48 11.59 -
YUV 114.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 103 126 86 0.18 0 0.32 0.51 94.5 0.19 0.42
Hex 67 7E 56 12 0 20 33 5E 13 2A
Octal 147 176 126 22 0 40 63 136 23 52
Binary 1100111 1111110 1010110 10010 0 100000 110011 1011110 10011 101010

Color Harmonies of #677E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677E56

Black with #677E56

Text Example


Text Example

White with #677E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,126,86); }

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

background-color css

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

 a { background-color: rgb(103,126,86); }

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

border-color css

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

 span { border-color: rgb(103,126,86); }

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