Html Css Color HEX #676F62 Axolotl

📋 copy color: '#676F62'

red 103 ◦ green 111 ◦ blue 98

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

Shades of Axolotl #676F62

Tints of Axolotl #676F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.58%

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

R = 33.01%
G = 35.58%
B = 31.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#676F62 (or 0x676F62) is known color: Axolotl. HEX triplet: 67, 6F and 62. RGB value is (103,111,98). Sum of RGB (Red+Green+Blue) = 103+111+98=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 111 - color contains mainly: green. Hex color #676F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F62 is #98909D. Grayscale: #6B6B6B. Windows color (decimal): -9998494 or 6451047. OLE color: 6451047.

HSL color Cylindrical-coordinate representation of color #676F62: hue angle of 96.92º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #676F62 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 111 98 -
CMYK 0.07 0 0.12 0.56
HSL 96.92º 0.06% 0.41% -
HSV(B) 96.92º 0.12% 0.44% -
XYZ 13.48 15.13 13.77 -
YUV 107.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 103 111 98 0.07 0 0.12 0.56 96.92 0.06 0.41
Hex 67 6F 62 7 0 C 38 61 6 29
Octal 147 157 142 7 0 14 70 141 6 51
Binary 1100111 1101111 1100010 111 0 1100 111000 1100001 110 101001

Color Harmonies of #676F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F62

Black with #676F62

Text Example


Text Example

White with #676F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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