Html Css Color HEX #65785C Axolotl

📋 copy color: '#65785C'

red 101 ◦ green 120 ◦ blue 92

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

Shades of Axolotl #65785C

Tints of Axolotl #65785C

RGB

 RED value IS 101 (39.84% from 255) = 32.27%

 GREEN value IS 120 (47.27% from 255) = 38.34%

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 32.27%
G = 38.34%
B = 29.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#65785C (or 0x65785C) is known color: Axolotl. HEX triplet: 65, 78 and 5C. RGB value is (101,120,92). Sum of RGB (Red+Green+Blue) = 101+120+92=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #65785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65785C is #9A87A3. Grayscale: #6F6F6F. Windows color (decimal): -10127268 or 6060133. OLE color: 6060133.

HSL color Cylindrical-coordinate representation of color #65785C: hue angle of 100.71º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65785C is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 120 92 -
CMYK 0.16 0 0.23 0.53
HSL 100.71º 0.13% 0.42% -
HSV(B) 100.71º 0.23% 0.47% -
XYZ 14.02 16.97 12.66 -
YUV 111.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 101 120 92 0.16 0 0.23 0.53 100.71 0.13 0.42
Hex 65 78 5C 10 0 17 35 65 D 2A
Octal 145 170 134 20 0 27 65 145 15 52
Binary 1100101 1111000 1011100 10000 0 10111 110101 1100101 1101 101010

Color Harmonies of #65785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65785C

Black with #65785C

Text Example


Text Example

White with #65785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65785C; }

 p { color: rgb(101,120,92); }

 H1.HeaderClassName
 {
   color: #65785C;
 }
 .AnyTagClassName
 {
   color: #65785C;
 }
</style>

background-color css

<style>
 a { background-color: #65785C; }

 a { background-color: rgb(101,120,92); }

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

border-color css

<style>
 span { border-color: #65785C; }

 span { border-color: rgb(101,120,92); }

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