Html Css Color HEX #67765F Axolotl

📋 copy color: '#67765F'

red 103 ◦ green 118 ◦ blue 95

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

Shades of Axolotl #67765F

Tints of Axolotl #67765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

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

R = 32.59%
G = 37.34%
B = 30.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#67765F (or 0x67765F) is known color: Axolotl. HEX triplet: 67, 76 and 5F. RGB value is (103,118,95). Sum of RGB (Red+Green+Blue) = 103+118+95=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #67765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67765F is #9889A0. Grayscale: #6E6E6E. Windows color (decimal): -9996705 or 6256231. OLE color: 6256231.

HSL color Cylindrical-coordinate representation of color #67765F: hue angle of 99.13º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #67765F is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 118 95 -
CMYK 0.13 0 0.19 0.54
HSL 99.13º 0.11% 0.42% -
HSV(B) 99.13º 0.19% 0.46% -
XYZ 14.14 16.67 13.3 -
YUV 110.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 103 118 95 0.13 0 0.19 0.54 99.13 0.11 0.42
Hex 67 76 5F D 0 13 36 63 B 2A
Octal 147 166 137 15 0 23 66 143 13 52
Binary 1100111 1110110 1011111 1101 0 10011 110110 1100011 1011 101010

Color Harmonies of #67765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67765F

Black with #67765F

Text Example


Text Example

White with #67765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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