#68845C

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

Shades of Axolotl #68845C

Tints of Axolotl #68845C

Color information

#68845C (or 0x68845C) is unknown color: approx Axolotl. HEX triplet: 68, 84 and 5C. RGB value is (104,132,92). Sum of RGB (Red+Green+Blue) = 104+132+92=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #68845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68845C is #977BA3. Grayscale: #777777. Windows color (decimal): -9927588 or 6063208. OLE color: 6063208.

HSL color Cylindrical-coordinate representation of color #68845C: 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 #68845C is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB10413292-
CMYK0.2100.300.48
HSL102º17.86%43.92%-
HSV(B)102º30.3%51.76%-
XYZ15.8920.2213.19-
YUV119.07112.72117.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=31.71%
G=40.24%
B=28.05%

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
Decimal104132920.2100.300.4810217.8643.92
Hex68845C1501E3066122c
Octal15020413425036601462254
Binary110100010000100101110010101011110110000110011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68845C; }

 p { color: rgb(104,132,92); }

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

<style>
 a { background-color: #68845C; }

 a { background-color: rgb(104,132,92); }

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

<style>
 span { border-color: #68845C; }

 span { border-color: rgb(104,132,92); }

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