#69855E

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

Shades of Axolotl #69855E

Tints of Axolotl #69855E

Color information

#69855E (or 0x69855E) is unknown color: approx Axolotl. HEX triplet: 69, 85 and 5E. RGB value is (105,133,94). Sum of RGB (Red+Green+Blue) = 105+133+94=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #69855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69855E is #967AA1. Grayscale: #787878. Windows color (decimal): -9861794 or 6194537. OLE color: 6194537.

HSL color Cylindrical-coordinate representation of color #69855E: hue angle of 103.08º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69855E is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB10513394-
CMYK0.2100.290.48
HSL103.08º17.18%44.51%-
HSV(B)103.08º29.32%52.16%-
XYZ16.2320.5913.71-
YUV120.18113.22117.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=31.63%
G=40.06%
B=28.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133940.2100.290.48103.0817.1844.51
Hex69855E1501D3067112d
Octal15120513625035601472155
Binary110100110000101101111010101011101110000110011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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