Html Css Color HEX #677360 Axolotl

📋 copy color: '#677360'

red 103 ◦ green 115 ◦ blue 96

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

Shades of Axolotl #677360

Tints of Axolotl #677360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

 BLUE value IS 96 (37.89% from 255) = 30.57%

R = 32.8%
G = 36.62%
B = 30.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#677360 (or 0x677360) is known color: Axolotl. HEX triplet: 67, 73 and 60. RGB value is (103,115,96). Sum of RGB (Red+Green+Blue) = 103+115+96=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 115 - color contains mainly: green. Hex color #677360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677360 is #988C9F. Grayscale: #6D6D6D. Windows color (decimal): -9997472 or 6320999. OLE color: 6320999.

HSL color Cylindrical-coordinate representation of color #677360: hue angle of 97.89º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #677360 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 115 96 -
CMYK 0.10 0 0.17 0.55
HSL 97.89º 0.09% 0.41% -
HSV(B) 97.89º 0.17% 0.45% -
XYZ 13.84 15.99 13.42 -
YUV 109.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 103 115 96 0.10 0 0.17 0.55 97.89 0.09 0.41
Hex 67 73 60 A 0 11 37 62 9 29
Octal 147 163 140 12 0 21 67 142 11 51
Binary 1100111 1110011 1100000 1010 0 10001 110111 1100010 1001 101001

Color Harmonies of #677360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677360

Black with #677360

Text Example


Text Example

White with #677360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677360; }

 p { color: rgb(103,115,96); }

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

background-color css

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

 a { background-color: rgb(103,115,96); }

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

border-color css

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

 span { border-color: rgb(103,115,96); }

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