Html Css Color HEX #68775F Axolotl

📋 copy color: '#68775F'

red 104 ◦ green 119 ◦ blue 95

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

Shades of Axolotl #68775F

Tints of Axolotl #68775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.87%

R = 32.7%
G = 37.42%
B = 29.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#68775F (or 0x68775F) is known color: Axolotl. HEX triplet: 68, 77 and 5F. RGB value is (104,119,95). Sum of RGB (Red+Green+Blue) = 104+119+95=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #68775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68775F is #9788A0. Grayscale: #6F6F6F. Windows color (decimal): -9930913 or 6256488. OLE color: 6256488.

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

Color convert

RGB 104 119 95 -
CMYK 0.13 0 0.20 0.53
HSL 97.5º 0.11% 0.42% -
HSV(B) 97.5º 0.2% 0.47% -
XYZ 14.37 16.96 13.34 -
YUV 111.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 104 119 95 0.13 0 0.20 0.53 97.5 0.11 0.42
Hex 68 77 5F D 0 14 35 62 B 2A
Octal 150 167 137 15 0 24 65 142 13 52
Binary 1101000 1110111 1011111 1101 0 10100 110101 1100010 1011 101010

Color Harmonies of #68775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68775F

Black with #68775F

Text Example


Text Example

White with #68775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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