Html Css Color HEX #688058 Axolotl

📋 copy color: '#688058'

red 104 ◦ green 128 ◦ blue 88

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

Shades of Axolotl #688058

Tints of Axolotl #688058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.5%

R = 32.5%
G = 40%
B = 27.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#688058 (or 0x688058) is known color: Axolotl. HEX triplet: 68, 80 and 58. RGB value is (104,128,88). Sum of RGB (Red+Green+Blue) = 104+128+88=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #688058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688058 is #977FA7. Grayscale: #747474. Windows color (decimal): -9928616 or 5800040. OLE color: 5800040.

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

Color convert

RGB 104 128 88 -
CMYK 0.19 0 0.31 0.50
HSL 96º 0.19% 0.42% -
HSV(B) 96º 0.31% 0.5% -
XYZ 15.19 19.09 12.12 -
YUV 116.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 104 128 88 0.19 0 0.31 0.50 96 0.19 0.42
Hex 68 80 58 13 0 1F 32 60 13 2A
Octal 150 200 130 23 0 37 62 140 23 52
Binary 1101000 10000000 1011000 10011 0 11111 110010 1100000 10011 101010

Color Harmonies of #688058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688058

Black with #688058

Text Example


Text Example

White with #688058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688058; }

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

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

background-color css

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

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

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

border-color css

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

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

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