#67825C

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

Shades of Axolotl #67825C

Tints of Axolotl #67825C

Color information

#67825C (or 0x67825C) is unknown color: approx Axolotl. HEX triplet: 67, 82 and 5C. RGB value is (103,130,92). Sum of RGB (Red+Green+Blue) = 103+130+92=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #67825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67825C is #987DA3. Grayscale: #757575. Windows color (decimal): -9993636 or 6062695. OLE color: 6062695.

HSL color Cylindrical-coordinate representation of color #67825C: hue angle of 102.63º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67825C is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB10313092-
CMYK0.2100.290.49
HSL102.63º17.12%43.53%-
HSV(B)102.63º29.23%50.98%-
XYZ15.5119.6213.1-
YUV117.6113.55117.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.69%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=31.69%
G=40%
B=28.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103130920.2100.290.49102.6317.1243.53
Hex67825C1501D3167112c
Octal14720213425035611472154
Binary110011110000010101110010101011101110001110011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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