#69835B

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

Shades of Axolotl #69835B

Tints of Axolotl #69835B

Color information

#69835B (or 0x69835B) is unknown color: approx Axolotl. HEX triplet: 69, 83 and 5B. RGB value is (105,131,91). Sum of RGB (Red+Green+Blue) = 105+131+91=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #69835B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69835B is #967CA4. Grayscale: #767676. Windows color (decimal): -9862309 or 5997417. OLE color: 5997417.

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

Color convert

RGB10513191-
CMYK0.2000.310.49
HSL99º18.02%43.53%-
HSV(B)99º30.53%51.37%-
XYZ15.8319.9912.92-
YUV118.67112.39118.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=32.11%
G=40.06%
B=27.83%

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
Decimal105131910.2000.310.499918.0243.53
Hex69835B1401F3163122c
Octal15120313324037611432254
Binary110100110000011101101110100011111110001110001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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