Html Css Color HEX #67795D Axolotl

📋 copy color: '#67795D'

red 103 ◦ green 121 ◦ blue 93

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

Shades of Axolotl #67795D

Tints of Axolotl #67795D

RGB

 RED value IS 103 (40.63% from 255) = 32.49%

 GREEN value IS 121 (47.66% from 255) = 38.17%

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 32.49%
G = 38.17%
B = 29.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#67795D (or 0x67795D) is known color: Axolotl. HEX triplet: 67, 79 and 5D. RGB value is (103,121,93). Sum of RGB (Red+Green+Blue) = 103+121+93=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #67795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67795D is #9886A2. Grayscale: #707070. Windows color (decimal): -9995939 or 6125927. OLE color: 6125927.

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

Color convert

RGB 103 121 93 -
CMYK 0.15 0 0.23 0.53
HSL 98.57º 0.13% 0.42% -
HSV(B) 98.57º 0.23% 0.47% -
XYZ 14.41 17.35 12.95 -
YUV 112.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 103 121 93 0.15 0 0.23 0.53 98.57 0.13 0.42
Hex 67 79 5D F 0 17 35 63 D 2A
Octal 147 171 135 17 0 27 65 143 15 52
Binary 1100111 1111001 1011101 1111 0 10111 110101 1100011 1101 101010

Color Harmonies of #67795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67795D

Black with #67795D

Text Example


Text Example

White with #67795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67795D; }

 p { color: rgb(103,121,93); }

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

background-color css

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

 a { background-color: rgb(103,121,93); }

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

border-color css

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

 span { border-color: rgb(103,121,93); }

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