#64785B

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

Shades of Axolotl #64785B

Tints of Axolotl #64785B

Color information

#64785B (or 0x64785B) is unknown color: approx Axolotl. HEX triplet: 64, 78 and 5B. RGB value is (100,120,91). Sum of RGB (Red+Green+Blue) = 100+120+91=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #64785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64785B is #9B87A4. Grayscale: #6E6E6E. Windows color (decimal): -10192805 or 5994596. OLE color: 5994596.

HSL color Cylindrical-coordinate representation of color #64785B: hue angle of 101.38º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64785B is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB10012091-
CMYK0.1700.240.53
HSL101.38º13.74%41.37%-
HSV(B)101.38º24.17%47.06%-
XYZ13.8616.912.43-
YUV110.71116.87120.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.15%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=32.15%
G=38.59%
B=29.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100120910.1700.240.53101.3813.7441.37
Hex64785B110183565e29
Octal14417013321030651451651
Binary1100100111100010110111000101100011010111001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64785B; }

 p { color: rgb(100,120,91); }

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

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

 a { background-color: rgb(100,120,91); }

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

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

 span { border-color: rgb(100,120,91); }

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