#678158

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

Shades of Axolotl #678158

Tints of Axolotl #678158

Color information

#678158 (or 0x678158) is unknown color: approx Axolotl. HEX triplet: 67, 81 and 58. RGB value is (103,129,88). Sum of RGB (Red+Green+Blue) = 103+129+88=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #678158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678158 is #987EA7. Grayscale: #747474. Windows color (decimal): -9993896 or 5800295. OLE color: 5800295.

HSL color Cylindrical-coordinate representation of color #678158: hue angle of 98.05º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #678158 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB10312988-
CMYK0.2000.320.49
HSL98.05º18.89%42.55%-
HSV(B)98.05º31.78%50.59%-
XYZ15.2119.2912.15-
YUV116.55111.89118.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 129 (50.78% from 255) = 40.31%
BLUE value IS 88 (34.77% from 255) = 27.5%
R=32.19%
G=40.31%
B=27.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103129880.2000.320.4998.0518.8942.55
Hex678158140203162132b
Octal14720113024040611422353
Binary1100111100000011011000101000100000110001110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678158; }

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

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

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

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

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

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

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

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