Html Css Color HEX #67745F Axolotl

📋 copy color: '#67745F'

red 103 ◦ green 116 ◦ blue 95

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

Shades of Axolotl #67745F

Tints of Axolotl #67745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

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

R = 32.8%
G = 36.94%
B = 30.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#67745F (or 0x67745F) is known color: Axolotl. HEX triplet: 67, 74 and 5F. RGB value is (103,116,95). Sum of RGB (Red+Green+Blue) = 103+116+95=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #67745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67745F is #988BA0. Grayscale: #6D6D6D. Windows color (decimal): -9997217 or 6255719. OLE color: 6255719.

HSL color Cylindrical-coordinate representation of color #67745F: hue angle of 97.14º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #67745F is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 116 95 -
CMYK 0.11 0 0.18 0.55
HSL 97.14º 0.1% 0.41% -
HSV(B) 97.14º 0.18% 0.45% -
XYZ 13.9 16.2 13.22 -
YUV 109.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 103 116 95 0.11 0 0.18 0.55 97.14 0.1 0.41
Hex 67 74 5F B 0 12 37 61 A 29
Octal 147 164 137 13 0 22 67 141 12 51
Binary 1100111 1110100 1011111 1011 0 10010 110111 1100001 1010 101001

Color Harmonies of #67745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67745F

Black with #67745F

Text Example


Text Example

White with #67745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,116,95); }

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

background-color css

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

 a { background-color: rgb(103,116,95); }

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

border-color css

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

 span { border-color: rgb(103,116,95); }

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