#67825B

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

Shades of Axolotl #67825B

Tints of Axolotl #67825B

Color information

#67825B (or 0x67825B) is unknown color: approx Axolotl. HEX triplet: 67, 82 and 5B. RGB value is (103,130,91). Sum of RGB (Red+Green+Blue) = 103+130+91=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #67825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67825B is #987DA4. Grayscale: #757575. Windows color (decimal): -9993637 or 5997159. OLE color: 5997159.

HSL color Cylindrical-coordinate representation of color #67825B: hue angle of 101.54º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67825B is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB10313091-
CMYK0.2100.300.49
HSL101.54º17.65%43.33%-
HSV(B)101.54º30%50.98%-
XYZ15.4619.612.87-
YUV117.48113.05117.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.79%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=31.79%
G=40.12%
B=28.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103130910.2100.300.49101.5417.6543.33
Hex67825B1501E3166122b
Octal14720213325036611462253
Binary110011110000010101101110101011110110001110011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,130,91); }

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

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

 a { background-color: rgb(103,130,91); }

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

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

 span { border-color: rgb(103,130,91); }

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