Html Css Color HEX #677260 Axolotl

📋 copy color: '#677260'

red 103 ◦ green 114 ◦ blue 96

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

Shades of Axolotl #677260

Tints of Axolotl #677260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

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

R = 32.91%
G = 36.42%
B = 30.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#677260 (or 0x677260) is known color: Axolotl. HEX triplet: 67, 72 and 60. RGB value is (103,114,96). Sum of RGB (Red+Green+Blue) = 103+114+96=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #677260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677260 is #988D9F. Grayscale: #6C6C6C. Windows color (decimal): -9997728 or 6320743. OLE color: 6320743.

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

Color convert

RGB 103 114 96 -
CMYK 0.10 0 0.16 0.55
HSL 96.67º 0.09% 0.41% -
HSV(B) 96.67º 0.16% 0.45% -
XYZ 13.72 15.76 13.39 -
YUV 108.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 103 114 96 0.10 0 0.16 0.55 96.67 0.09 0.41
Hex 67 72 60 A 0 10 37 61 9 29
Octal 147 162 140 12 0 20 67 141 11 51
Binary 1100111 1110010 1100000 1010 0 10000 110111 1100001 1001 101001

Color Harmonies of #677260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677260

Black with #677260

Text Example


Text Example

White with #677260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677260; }

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

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

background-color css

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

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

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

border-color css

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

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

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