Html Css Color HEX #65795A Axolotl

📋 copy color: '#65795A'

red 101 ◦ green 121 ◦ blue 90

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

Shades of Axolotl #65795A

Tints of Axolotl #65795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.78%

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

R = 32.37%
G = 38.78%
B = 28.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#65795A (or 0x65795A) is known color: Axolotl. HEX triplet: 65, 79 and 5A. RGB value is (101,121,90). Sum of RGB (Red+Green+Blue) = 101+121+90=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #65795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65795A is #9A86A5. Grayscale: #6F6F6F. Windows color (decimal): -10127014 or 5929317. OLE color: 5929317.

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

Color convert

RGB 101 121 90 -
CMYK 0.17 0 0.26 0.53
HSL 98.71º 0.15% 0.41% -
HSV(B) 98.71º 0.26% 0.47% -
XYZ 14.05 17.18 12.25 -
YUV 111.49 115.87 120.52 -
System Red Green Blue C M Y K H S L
Decimal 101 121 90 0.17 0 0.26 0.53 98.71 0.15 0.41
Hex 65 79 5A 11 0 1A 35 63 F 29
Octal 145 171 132 21 0 32 65 143 17 51
Binary 1100101 1111001 1011010 10001 0 11010 110101 1100011 1111 101001

Color Harmonies of #65795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65795A

Black with #65795A

Text Example


Text Example

White with #65795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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