#69805B

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

Shades of Axolotl #69805B

Tints of Axolotl #69805B

Color information

#69805B (or 0x69805B) is unknown color: approx Axolotl. HEX triplet: 69, 80 and 5B. RGB value is (105,128,91). Sum of RGB (Red+Green+Blue) = 105+128+91=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #69805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69805B is #967FA4. Grayscale: #757575. Windows color (decimal): -9863077 or 5996649. OLE color: 5996649.

HSL color Cylindrical-coordinate representation of color #69805B: hue angle of 97.3º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69805B is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB10512891-
CMYK0.1800.290.50
HSL97.3º16.89%42.94%-
HSV(B)97.3º28.91%50.2%-
XYZ15.4319.212.79-
YUV116.9113.38119.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=32.41%
G=39.51%
B=28.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105128910.1800.290.5097.316.8942.94
Hex69805B1201D3261112b
Octal15120013322035621412153
Binary110100110000000101101110010011101110010110000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,128,91); }

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

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

 a { background-color: rgb(105,128,91); }

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

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

 span { border-color: rgb(105,128,91); }

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