#69825D

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

Shades of Axolotl #69825D

Tints of Axolotl #69825D

Color information

#69825D (or 0x69825D) is unknown color: approx Axolotl. HEX triplet: 69, 82 and 5D. RGB value is (105,130,93). Sum of RGB (Red+Green+Blue) = 105+130+93=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #69825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69825D is #967DA2. Grayscale: #767676. Windows color (decimal): -9862563 or 6128233. OLE color: 6128233.

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

Color convert

RGB10513093-
CMYK0.1900.280.49
HSL100.54º16.59%43.73%-
HSV(B)100.54º28.46%50.98%-
XYZ15.7819.7613.34-
YUV118.31113.72118.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=32.01%
G=39.63%
B=28.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130930.1900.280.49100.5416.5943.73
Hex69825D1301C3165112c
Octal15120213523034611452154
Binary110100110000010101110110011011100110001110010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69825D; }

 p { color: rgb(105,130,93); }

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

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

 a { background-color: rgb(105,130,93); }

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

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

 span { border-color: rgb(105,130,93); }

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