Html Css Color HEX #68785E Axolotl

📋 copy color: '#68785E'

red 104 ◦ green 120 ◦ blue 94

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

Shades of Axolotl #68785E

Tints of Axolotl #68785E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.74%

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

R = 32.7%
G = 37.74%
B = 29.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#68785E (or 0x68785E) is known color: Axolotl. HEX triplet: 68, 78 and 5E. RGB value is (104,120,94). Sum of RGB (Red+Green+Blue) = 104+120+94=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #68785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68785E is #9787A1. Grayscale: #707070. Windows color (decimal): -9930658 or 6191208. OLE color: 6191208.

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

Color convert

RGB 104 120 94 -
CMYK 0.13 0 0.22 0.53
HSL 96.92º 0.12% 0.42% -
HSV(B) 96.92º 0.22% 0.47% -
XYZ 14.45 17.18 13.15 -
YUV 112.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 104 120 94 0.13 0 0.22 0.53 96.92 0.12 0.42
Hex 68 78 5E D 0 16 35 61 C 2A
Octal 150 170 136 15 0 26 65 141 14 52
Binary 1101000 1111000 1011110 1101 0 10110 110101 1100001 1100 101010

Color Harmonies of #68785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68785E

Black with #68785E

Text Example


Text Example

White with #68785E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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