#69835A

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

Shades of Axolotl #69835A

Tints of Axolotl #69835A

Color information

#69835A (or 0x69835A) is unknown color: approx Axolotl. HEX triplet: 69, 83 and 5A. RGB value is (105,131,90). Sum of RGB (Red+Green+Blue) = 105+131+90=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #69835A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69835A is #967CA5. Grayscale: #767676. Windows color (decimal): -9862310 or 5931881. OLE color: 5931881.

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

Color convert

RGB10513190-
CMYK0.2000.310.49
HSL98.05º18.55%43.33%-
HSV(B)98.05º31.3%51.37%-
XYZ15.7919.9712.7-
YUV118.55111.89118.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=32.21%
G=40.18%
B=27.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105131900.2000.310.4998.0518.5543.33
Hex69835A1401F3162132b
Octal15120313224037611422353
Binary110100110000011101101010100011111110001110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69835A; }

 p { color: rgb(105,131,90); }

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

<style>
 a { background-color: #69835A; }

 a { background-color: rgb(105,131,90); }

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

<style>
 span { border-color: #69835A; }

 span { border-color: rgb(105,131,90); }

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