Html Css Color HEX #67775D Axolotl

📋 copy color: '#67775D'

red 103 ◦ green 119 ◦ blue 93

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

Shades of Axolotl #67775D

Tints of Axolotl #67775D

RGB

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

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

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

R = 32.7%
G = 37.78%
B = 29.52%

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

#67775D (or 0x67775D) is known color: Axolotl. HEX triplet: 67, 77 and 5D. RGB value is (103,119,93). Sum of RGB (Red+Green+Blue) = 103+119+93=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #67775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67775D is #9888A2. Grayscale: #6F6F6F. Windows color (decimal): -9996451 or 6125415. OLE color: 6125415.

HSL color Cylindrical-coordinate representation of color #67775D: 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 #67775D is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 103 119 93 -
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.17 16.87 12.87 -
YUV 111.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 103 119 93 0.13 0 0.22 0.53 96.92 0.12 0.42
Hex 67 77 5D D 0 16 35 61 C 2A
Octal 147 167 135 15 0 26 65 141 14 52
Binary 1100111 1110111 1011101 1101 0 10110 110101 1100001 1100 101010

Color Harmonies of #67775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67775D

Black with #67775D

Text Example


Text Example

White with #67775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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