#69855D

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

Shades of Axolotl #69855D

Tints of Axolotl #69855D

Color information

#69855D (or 0x69855D) is unknown color: approx Axolotl. HEX triplet: 69, 85 and 5D. RGB value is (105,133,93). Sum of RGB (Red+Green+Blue) = 105+133+93=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #69855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69855D is #967AA2. Grayscale: #787878. Windows color (decimal): -9861795 or 6129001. OLE color: 6129001.

HSL color Cylindrical-coordinate representation of color #69855D: hue angle of 102º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69855D is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB10513393-
CMYK0.2100.300.48
HSL102º17.7%44.31%-
HSV(B)102º30.08%52.16%-
XYZ16.1920.5713.47-
YUV120.07112.72117.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=31.72%
G=40.18%
B=28.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133930.2100.300.4810217.744.31
Hex69855D1501E3066122c
Octal15120513525036601462254
Binary110100110000101101110110101011110110000110011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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