Html Css Color HEX #688060 Axolotl

📋 copy color: '#688060'

red 104 ◦ green 128 ◦ blue 96

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

Shades of Axolotl #688060

Tints of Axolotl #688060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 31.71%
G = 39.02%
B = 29.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#688060 (or 0x688060) is known color: Axolotl. HEX triplet: 68, 80 and 60. RGB value is (104,128,96). Sum of RGB (Red+Green+Blue) = 104+128+96=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #688060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688060 is #977F9F. Grayscale: #757575. Windows color (decimal): -9928608 or 6324328. OLE color: 6324328.

HSL color Cylindrical-coordinate representation of color #688060: hue angle of 105º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688060 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 96 -
CMYK 0.19 0 0.25 0.50
HSL 105º 0.14% 0.44% -
HSV(B) 105º 0.25% 0.5% -
XYZ 15.54 19.23 13.96 -
YUV 117.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 104 128 96 0.19 0 0.25 0.50 105 0.14 0.44
Hex 68 80 60 13 0 19 32 69 E 2C
Octal 150 200 140 23 0 31 62 151 16 54
Binary 1101000 10000000 1100000 10011 0 11001 110010 1101001 1110 101100

Color Harmonies of #688060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688060

Black with #688060

Text Example


Text Example

White with #688060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688060; }

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

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

background-color css

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

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

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

border-color css

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

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

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