Html Css Color HEX #68805D Axolotl

📋 copy color: '#68805D'

red 104 ◦ green 128 ◦ blue 93

#68805D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Axolotl #68805D

Tints of Axolotl #68805D

RGB

 RED value IS 104 (41.02% from 255) = 32%

 GREEN value IS 128 (50.39% from 255) = 39.38%

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 32%
G = 39.38%
B = 28.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#68805D (or 0x68805D) is known color: Axolotl. HEX triplet: 68, 80 and 5D. RGB value is (104,128,93). Sum of RGB (Red+Green+Blue) = 104+128+93=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #68805D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68805D is #977FA2. Grayscale: #747474. Windows color (decimal): -9928611 or 6127720. OLE color: 6127720.

HSL color Cylindrical-coordinate representation of color #68805D: hue angle of 101.14º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68805D is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 93 -
CMYK 0.19 0 0.27 0.50
HSL 101.14º 0.16% 0.43% -
HSV(B) 101.14º 0.27% 0.5% -
XYZ 15.4 19.17 13.24 -
YUV 116.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 104 128 93 0.19 0 0.27 0.50 101.14 0.16 0.43
Hex 68 80 5D 13 0 1B 32 65 10 2B
Octal 150 200 135 23 0 33 62 145 20 53
Binary 1101000 10000000 1011101 10011 0 11011 110010 1100101 10000 101011

Color Harmonies of #68805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68805D

Black with #68805D

Text Example


Text Example

White with #68805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,128,93); }

 H1.HeaderClassName
 {
   color: #68805D;
 }
 .AnyTagClassName
 {
   color: #68805D;
 }
</style>

background-color css

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

 a { background-color: rgb(104,128,93); }

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

border-color css

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

 span { border-color: rgb(104,128,93); }

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