Html Css Color HEX #62745A Axolotl

📋 copy color: '#62745A'

red 98 ◦ green 116 ◦ blue 90

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

Shades of Axolotl #62745A

Tints of Axolotl #62745A

RGB

 RED value IS 98 (38.67% from 255) = 32.24%

 GREEN value IS 116 (45.7% from 255) = 38.16%

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

R = 32.24%
G = 38.16%
B = 29.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#62745A (or 0x62745A) is known color: Axolotl. HEX triplet: 62, 74 and 5A. RGB value is (98,116,90). Sum of RGB (Red+Green+Blue) = 98+116+90=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #62745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62745A is #9D8BA5. Grayscale: #6B6B6B. Windows color (decimal): -10324902 or 5928034. OLE color: 5928034.

HSL color Cylindrical-coordinate representation of color #62745A: hue angle of 101.54º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #62745A is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 116 90 -
CMYK 0.16 0 0.22 0.55
HSL 101.54º 0.13% 0.4% -
HSV(B) 101.54º 0.22% 0.45% -
XYZ 13.13 15.83 12.04 -
YUV 107.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 98 116 90 0.16 0 0.22 0.55 101.54 0.13 0.4
Hex 62 74 5A 10 0 16 37 66 D 28
Octal 142 164 132 20 0 26 67 146 15 50
Binary 1100010 1110100 1011010 10000 0 10110 110111 1100110 1101 101000

Color Harmonies of #62745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62745A

Black with #62745A

Text Example


Text Example

White with #62745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,116,90); }

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

background-color css

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

 a { background-color: rgb(98,116,90); }

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

border-color css

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

 span { border-color: rgb(98,116,90); }

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