Html Css Color HEX #67765E Axolotl

📋 copy color: '#67765E'

red 103 ◦ green 118 ◦ blue 94

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

Shades of Axolotl #67765E

Tints of Axolotl #67765E

RGB

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

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

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

R = 32.7%
G = 37.46%
B = 29.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#67765E (or 0x67765E) is known color: Axolotl. HEX triplet: 67, 76 and 5E. RGB value is (103,118,94). Sum of RGB (Red+Green+Blue) = 103+118+94=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #67765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67765E is #9889A1. Grayscale: #6E6E6E. Windows color (decimal): -9996706 or 6190695. OLE color: 6190695.

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

Color convert

RGB 103 118 94 -
CMYK 0.13 0 0.20 0.54
HSL 97.5º 0.11% 0.42% -
HSV(B) 97.5º 0.2% 0.46% -
XYZ 14.09 16.65 13.06 -
YUV 110.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 103 118 94 0.13 0 0.20 0.54 97.5 0.11 0.42
Hex 67 76 5E D 0 14 36 62 B 2A
Octal 147 166 136 15 0 24 66 142 13 52
Binary 1100111 1110110 1011110 1101 0 10100 110110 1100010 1011 101010

Color Harmonies of #67765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67765E

Black with #67765E

Text Example


Text Example

White with #67765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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