#6A7762

Color #6A7762 Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #6A7762

Tints of Axolotl #6A7762

Color information

#6A7762 (or 0x6A7762) is unknown color: approx Axolotl. HEX triplet: 6A, 77 and 62. RGB value is (106,119,98). Sum of RGB (Red+Green+Blue) = 106+119+98=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7762 is #95889D. Grayscale: #707070. Windows color (decimal): -9799838 or 6453098. OLE color: 6453098.

HSL color Cylindrical-coordinate representation of color #6A7762: hue angle of 97.14º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A7762 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB10611998-
CMYK0.1100.180.53
HSL97.14º9.68%42.55%-
HSV(B)97.14º17.65%46.67%-
XYZ14.7517.1414.09-
YUV112.72119.69123.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.82%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=32.82%
G=36.84%
B=30.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106119980.1100.180.5397.149.6842.55
Hex6A7762B0123561a2b
Octal15216714213022651411253
Binary110101011101111100010101101001011010111000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7762; }

 p { color: rgb(106,119,98); }

 H1.HeaderClassName
 {
   color: #6A7762;
 }
 .AnyTagClassName
 {
   color: #6A7762;
 }
</style>
background-color css

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

 a { background-color: rgb(106,119,98); }

 div.DivClassName
 {
   background-color: #6A7762;
 }
 .BgClassName
 {
   background-color: #6A7762;
 }
</style>
border-color css

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

 span { border-color: rgb(106,119,98); }

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