Html Css Color HEX #677F56 Axolotl

📋 copy color: '#677F56'

red 103 ◦ green 127 ◦ blue 86

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

Shades of Axolotl #677F56

Tints of Axolotl #677F56

RGB

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

 GREEN value IS 127 (50% from 255) = 40.19%

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

R = 32.59%
G = 40.19%
B = 27.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#677F56 (or 0x677F56) is known color: Axolotl. HEX triplet: 67, 7F and 56. RGB value is (103,127,86). Sum of RGB (Red+Green+Blue) = 103+127+86=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 127 - color contains mainly: green. Hex color #677F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F56 is #9880A9. Grayscale: #737373. Windows color (decimal): -9994410 or 5668711. OLE color: 5668711.

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

Color convert

RGB 103 127 86 -
CMYK 0.19 0 0.32 0.50
HSL 95.12º 0.19% 0.42% -
HSV(B) 95.12º 0.32% 0.5% -
XYZ 14.86 18.73 11.64 -
YUV 115.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 103 127 86 0.19 0 0.32 0.50 95.12 0.19 0.42
Hex 67 7F 56 13 0 20 32 5F 13 2A
Octal 147 177 126 23 0 40 62 137 23 52
Binary 1100111 1111111 1010110 10011 0 100000 110010 1011111 10011 101010

Color Harmonies of #677F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F56

Black with #677F56

Text Example


Text Example

White with #677F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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