Html Css Color HEX #677D59 Axolotl

📋 copy color: '#677D59'

red 103 ◦ green 125 ◦ blue 89

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

Shades of Axolotl #677D59

Tints of Axolotl #677D59

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.43%

 BLUE value IS 89 (35.16% from 255) = 28.08%

R = 32.49%
G = 39.43%
B = 28.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#677D59 (or 0x677D59) is known color: Axolotl. HEX triplet: 67, 7D and 59. RGB value is (103,125,89). Sum of RGB (Red+Green+Blue) = 103+125+89=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 125 - color contains mainly: green. Hex color #677D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677D59 is #9882A6. Grayscale: #727272. Windows color (decimal): -9994919 or 5864807. OLE color: 5864807.

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

Color convert

RGB 103 125 89 -
CMYK 0.18 0 0.29 0.51
HSL 96.67º 0.17% 0.42% -
HSV(B) 96.67º 0.29% 0.49% -
XYZ 14.73 18.27 12.2 -
YUV 114.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 103 125 89 0.18 0 0.29 0.51 96.67 0.17 0.42
Hex 67 7D 59 12 0 1D 33 61 11 2A
Octal 147 175 131 22 0 35 63 141 21 52
Binary 1100111 1111101 1011001 10010 0 11101 110011 1100001 10001 101010

Color Harmonies of #677D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677D59

Black with #677D59

Text Example


Text Example

White with #677D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,125,89); }

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

background-color css

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

 a { background-color: rgb(103,125,89); }

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

border-color css

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

 span { border-color: rgb(103,125,89); }

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