#67765F

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

Shades of Axolotl #67765F

Tints of Axolotl #67765F

Color information

#67765F (or 0x67765F) is unknown color: approx Axolotl. HEX triplet: 67, 76 and 5F. RGB value is (103,118,95). Sum of RGB (Red+Green+Blue) = 103+118+95=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #67765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67765F is #9889A0. Grayscale: #6E6E6E. Windows color (decimal): -9996705 or 6256231. OLE color: 6256231.

HSL color Cylindrical-coordinate representation of color #67765F: hue angle of 99.13º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #67765F is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB10311895-
CMYK0.1300.190.54
HSL99.13º10.8%41.76%-
HSV(B)99.13º19.49%46.27%-
XYZ14.1416.6713.3-
YUV110.89119.03122.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.59%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=32.59%
G=37.34%
B=30.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103118950.1300.190.5499.1310.841.76
Hex67765FD0133663b2a
Octal14716613715023661431352
Binary110011111101101011111110101001111011011000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67765F; }

 p { color: rgb(103,118,95); }

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

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

 a { background-color: rgb(103,118,95); }

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

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

 span { border-color: rgb(103,118,95); }

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