#68835A

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

Shades of Axolotl #68835A

Tints of Axolotl #68835A

Color information

#68835A (or 0x68835A) is unknown color: approx Axolotl. HEX triplet: 68, 83 and 5A. RGB value is (104,131,90). Sum of RGB (Red+Green+Blue) = 104+131+90=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #68835A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68835A is #977CA5. Grayscale: #767676. Windows color (decimal): -9927846 or 5931880. OLE color: 5931880.

HSL color Cylindrical-coordinate representation of color #68835A: hue angle of 99.51º 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 #68835A is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB10413190-
CMYK0.2100.310.49
HSL99.51º18.55%43.33%-
HSV(B)99.51º31.3%51.37%-
XYZ15.6719.9112.69-
YUV118.25112.05117.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=32%
G=40.31%
B=27.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104131900.2100.310.4999.5118.5543.33
Hex68835A1501F3164132b
Octal15020313225037611442353
Binary110100010000011101101010101011111110001110010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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