Html Css Color HEX #68775E Axolotl

📋 copy color: '#68775E'

red 104 ◦ green 119 ◦ blue 94

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

Shades of Axolotl #68775E

Tints of Axolotl #68775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.54%

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 32.81%
G = 37.54%
B = 29.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#68775E (or 0x68775E) is known color: Axolotl. HEX triplet: 68, 77 and 5E. RGB value is (104,119,94). Sum of RGB (Red+Green+Blue) = 104+119+94=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 119 - color contains mainly: green. Hex color #68775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68775E is #9788A1. Grayscale: #6F6F6F. Windows color (decimal): -9930914 or 6190952. OLE color: 6190952.

HSL color Cylindrical-coordinate representation of color #68775E: hue angle of 96º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68775E is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 119 94 -
CMYK 0.13 0 0.21 0.53
HSL 96º 0.12% 0.42% -
HSV(B) 96º 0.21% 0.47% -
XYZ 14.33 16.94 13.11 -
YUV 111.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 104 119 94 0.13 0 0.21 0.53 96 0.12 0.42
Hex 68 77 5E D 0 15 35 60 C 2A
Octal 150 167 136 15 0 25 65 140 14 52
Binary 1101000 1110111 1011110 1101 0 10101 110101 1100000 1100 101010

Color Harmonies of #68775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68775E

Black with #68775E

Text Example


Text Example

White with #68775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68775E; }

 p { color: rgb(104,119,94); }

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

background-color css

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

 a { background-color: rgb(104,119,94); }

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

border-color css

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

 span { border-color: rgb(104,119,94); }

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