Html Css Color HEX #677F5F Axolotl

📋 copy color: '#677F5F'

red 103 ◦ green 127 ◦ blue 95

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

Shades of Axolotl #677F5F

Tints of Axolotl #677F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 31.69%
G = 39.08%
B = 29.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#677F5F (or 0x677F5F) is known color: Axolotl. HEX triplet: 67, 7F and 5F. RGB value is (103,127,95). Sum of RGB (Red+Green+Blue) = 103+127+95=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 127 - color contains mainly: green. Hex color #677F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F5F is #9880A0. Grayscale: #747474. Windows color (decimal): -9994401 or 6258535. OLE color: 6258535.

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

Color convert

RGB 103 127 95 -
CMYK 0.19 0 0.25 0.50
HSL 105º 0.14% 0.44% -
HSV(B) 105º 0.25% 0.5% -
XYZ 15.25 18.89 13.67 -
YUV 116.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 103 127 95 0.19 0 0.25 0.50 105 0.14 0.44
Hex 67 7F 5F 13 0 19 32 69 E 2C
Octal 147 177 137 23 0 31 62 151 16 54
Binary 1100111 1111111 1011111 10011 0 11001 110010 1101001 1110 101100

Color Harmonies of #677F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F5F

Black with #677F5F

Text Example


Text Example

White with #677F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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