#69815B

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

Shades of Axolotl #69815B

Tints of Axolotl #69815B

Color information

#69815B (or 0x69815B) is unknown color: approx Axolotl. HEX triplet: 69, 81 and 5B. RGB value is (105,129,91). Sum of RGB (Red+Green+Blue) = 105+129+91=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #69815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69815B is #967EA4. Grayscale: #757575. Windows color (decimal): -9862821 or 5996905. OLE color: 5996905.

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

Color convert

RGB10512991-
CMYK0.1900.290.49
HSL97.89º17.27%43.14%-
HSV(B)97.89º29.46%50.59%-
XYZ15.5619.4612.83-
YUV117.49113.05119.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 91 (35.94% from 255) = 28%
R=32.31%
G=39.69%
B=28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129910.1900.290.4997.8917.2743.14
Hex69815B1301D3162112b
Octal15120113323035611422153
Binary110100110000001101101110011011101110001110001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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