#677062

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

Shades of Axolotl #677062

Tints of Axolotl #677062

Color information

#677062 (or 0x677062) is unknown color: approx Axolotl. HEX triplet: 67, 70 and 62. RGB value is (103,112,98). Sum of RGB (Red+Green+Blue) = 103+112+98=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 112 - color contains mainly: green. Hex color #677062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677062 is #988F9D. Grayscale: #6B6B6B. Windows color (decimal): -9998238 or 6451303. OLE color: 6451303.

HSL color Cylindrical-coordinate representation of color #677062: hue angle of 98.57º degrees, saturation: 0.07, 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 #677062 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB10311298-
CMYK0.0800.130.56
HSL98.57º6.67%41.18%-
HSV(B)98.57º12.5%43.92%-
XYZ13.5915.3513.8-
YUV107.71122.52124.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.91%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=32.91%
G=35.78%
B=31.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103112980.0800.130.5698.576.6741.18
Hex67706280D3863729
Octal1471601421001570143751
Binary1100111111000011000101000011011110001100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677062; }

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

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

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

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

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

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

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

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