Html Css Color HEX #67765D Axolotl

📋 copy color: '#67765D'

red 103 ◦ green 118 ◦ blue 93

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

Shades of Axolotl #67765D

Tints of Axolotl #67765D

RGB

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

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

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

R = 32.8%
G = 37.58%
B = 29.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#67765D (or 0x67765D) is known color: Axolotl. HEX triplet: 67, 76 and 5D. RGB value is (103,118,93). Sum of RGB (Red+Green+Blue) = 103+118+93=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #67765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67765D is #9889A2. Grayscale: #6E6E6E. Windows color (decimal): -9996707 or 6125159. OLE color: 6125159.

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

Color convert

RGB 103 118 93 -
CMYK 0.13 0 0.21 0.54
HSL 96º 0.12% 0.41% -
HSV(B) 96º 0.21% 0.46% -
XYZ 14.05 16.63 12.83 -
YUV 110.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 103 118 93 0.13 0 0.21 0.54 96 0.12 0.41
Hex 67 76 5D D 0 15 36 60 C 29
Octal 147 166 135 15 0 25 66 140 14 51
Binary 1100111 1110110 1011101 1101 0 10101 110110 1100000 1100 101001

Color Harmonies of #67765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67765D

Black with #67765D

Text Example


Text Example

White with #67765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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