#67785C

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

Shades of Axolotl #67785C

Tints of Axolotl #67785C

Color information

#67785C (or 0x67785C) is unknown color: approx Axolotl. HEX triplet: 67, 78 and 5C. RGB value is (103,120,92). Sum of RGB (Red+Green+Blue) = 103+120+92=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #67785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67785C is #9887A3. Grayscale: #6F6F6F. Windows color (decimal): -9996196 or 6060135. OLE color: 6060135.

HSL color Cylindrical-coordinate representation of color #67785C: hue angle of 96.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67785C is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB10312092-
CMYK0.1400.230.53
HSL96.43º13.21%41.57%-
HSV(B)96.43º23.33%47.06%-
XYZ14.2417.0912.67-
YUV111.72116.87121.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.70%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 92 (36.33% from 255) = 29.21%
R=32.70%
G=38.10%
B=29.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103120920.1400.230.5396.4313.2141.57
Hex67785CE0173560d2a
Octal14717013416027651401552
Binary110011111110001011100111001011111010111000001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67785C; }

 p { color: rgb(103,120,92); }

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

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

 a { background-color: rgb(103,120,92); }

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

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

 span { border-color: rgb(103,120,92); }

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