Html Css Color HEX #677462 Axolotl

📋 copy color: '#677462'

red 103 ◦ green 116 ◦ blue 98

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

Shades of Axolotl #677462

Tints of Axolotl #677462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

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

R = 32.49%
G = 36.59%
B = 30.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#677462 (or 0x677462) is known color: Axolotl. HEX triplet: 67, 74 and 62. RGB value is (103,116,98). Sum of RGB (Red+Green+Blue) = 103+116+98=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #677462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677462 is #988B9D. Grayscale: #6E6E6E. Windows color (decimal): -9997214 or 6452327. OLE color: 6452327.

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

Color convert

RGB 103 116 98 -
CMYK 0.11 0 0.16 0.55
HSL 103.33º 0.08% 0.42% -
HSV(B) 103.33º 0.16% 0.45% -
XYZ 14.04 16.26 13.95 -
YUV 110.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 103 116 98 0.11 0 0.16 0.55 103.33 0.08 0.42
Hex 67 74 62 B 0 10 37 67 8 2A
Octal 147 164 142 13 0 20 67 147 10 52
Binary 1100111 1110100 1100010 1011 0 10000 110111 1100111 1000 101010

Color Harmonies of #677462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677462

Black with #677462

Text Example


Text Example

White with #677462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677462; }

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

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

background-color css

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

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

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

border-color css

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

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

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