Html Css Color HEX #67755E Axolotl

📋 copy color: '#67755E'

red 103 ◦ green 117 ◦ blue 94

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

Shades of Axolotl #67755E

Tints of Axolotl #67755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

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

R = 32.8%
G = 37.26%
B = 29.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#67755E (or 0x67755E) is known color: Axolotl. HEX triplet: 67, 75 and 5E. RGB value is (103,117,94). Sum of RGB (Red+Green+Blue) = 103+117+94=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #67755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67755E is #988AA1. Grayscale: #6E6E6E. Windows color (decimal): -9996962 or 6190439. OLE color: 6190439.

HSL color Cylindrical-coordinate representation of color #67755E: hue angle of 96.52º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #67755E is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 117 94 -
CMYK 0.12 0 0.20 0.54
HSL 96.52º 0.11% 0.41% -
HSV(B) 96.52º 0.2% 0.46% -
XYZ 13.98 16.41 13.02 -
YUV 110.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 103 117 94 0.12 0 0.20 0.54 96.52 0.11 0.41
Hex 67 75 5E C 0 14 36 61 B 29
Octal 147 165 136 14 0 24 66 141 13 51
Binary 1100111 1110101 1011110 1100 0 10100 110110 1100001 1011 101001

Color Harmonies of #67755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67755E

Black with #67755E

Text Example


Text Example

White with #67755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,117,94); }

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

background-color css

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

 a { background-color: rgb(103,117,94); }

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

border-color css

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

 span { border-color: rgb(103,117,94); }

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