#67815F

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

Shades of Axolotl #67815F

Tints of Axolotl #67815F

Color information

#67815F (or 0x67815F) is unknown color: approx Axolotl. HEX triplet: 67, 81 and 5F. RGB value is (103,129,95). Sum of RGB (Red+Green+Blue) = 103+129+95=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 129 - color contains mainly: green. Hex color #67815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67815F is #987EA0. Grayscale: #757575. Windows color (decimal): -9993889 or 6259047. OLE color: 6259047.

HSL color Cylindrical-coordinate representation of color #67815F: hue angle of 105.88º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67815F is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB10312995-
CMYK0.2000.260.49
HSL105.88º15.18%43.92%-
HSV(B)105.88º26.36%50.59%-
XYZ15.5119.4113.76-
YUV117.35115.39117.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=31.50%
G=39.45%
B=29.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103129950.2000.260.49105.8815.1843.92
Hex67815F1401A316af2c
Octal14720113724032611521754
Binary11001111000000110111111010001101011000111010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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