Html Css Color HEX #677362 Axolotl

📋 copy color: '#677362'

red 103 ◦ green 115 ◦ blue 98

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

Shades of Axolotl #677362

Tints of Axolotl #677362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.01%

R = 32.59%
G = 36.39%
B = 31.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#677362 (or 0x677362) is known color: Axolotl. HEX triplet: 67, 73 and 62. RGB value is (103,115,98). Sum of RGB (Red+Green+Blue) = 103+115+98=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #677362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677362 is #988C9D. Grayscale: #6D6D6D. Windows color (decimal): -9997470 or 6452071. OLE color: 6452071.

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

Color convert

RGB 103 115 98 -
CMYK 0.10 0 0.15 0.55
HSL 102.35º 0.08% 0.42% -
HSV(B) 102.35º 0.15% 0.45% -
XYZ 13.93 16.03 13.91 -
YUV 109.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 103 115 98 0.10 0 0.15 0.55 102.35 0.08 0.42
Hex 67 73 62 A 0 F 37 66 8 2A
Octal 147 163 142 12 0 17 67 146 10 52
Binary 1100111 1110011 1100010 1010 0 1111 110111 1100110 1000 101010

Color Harmonies of #677362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677362

Black with #677362

Text Example


Text Example

White with #677362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677362; }

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

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

background-color css

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

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

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

border-color css

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

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

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