Html Css Color HEX #65785A Axolotl

📋 copy color: '#65785A'

red 101 ◦ green 120 ◦ blue 90

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

Shades of Axolotl #65785A

Tints of Axolotl #65785A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.94%

R = 32.48%
G = 38.59%
B = 28.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#65785A (or 0x65785A) is known color: Axolotl. HEX triplet: 65, 78 and 5A. RGB value is (101,120,90). Sum of RGB (Red+Green+Blue) = 101+120+90=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #65785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65785A is #9A87A5. Grayscale: #6F6F6F. Windows color (decimal): -10127270 or 5929061. OLE color: 5929061.

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

Color convert

RGB 101 120 90 -
CMYK 0.16 0 0.25 0.53
HSL 98º 0.14% 0.41% -
HSV(B) 98º 0.25% 0.47% -
XYZ 13.93 16.94 12.21 -
YUV 110.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 101 120 90 0.16 0 0.25 0.53 98 0.14 0.41
Hex 65 78 5A 10 0 19 35 62 E 29
Octal 145 170 132 20 0 31 65 142 16 51
Binary 1100101 1111000 1011010 10000 0 11001 110101 1100010 1110 101001

Color Harmonies of #65785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65785A

Black with #65785A

Text Example


Text Example

White with #65785A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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