Html Css Color HEX #62735A Axolotl

📋 copy color: '#62735A'

red 98 ◦ green 115 ◦ blue 90

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

Shades of Axolotl #62735A

Tints of Axolotl #62735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.95%

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

R = 32.34%
G = 37.95%
B = 29.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#62735A (or 0x62735A) is known color: Axolotl. HEX triplet: 62, 73 and 5A. RGB value is (98,115,90). Sum of RGB (Red+Green+Blue) = 98+115+90=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #62735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62735A is #9D8CA5. Grayscale: #6B6B6B. Windows color (decimal): -10325158 or 5927778. OLE color: 5927778.

HSL color Cylindrical-coordinate representation of color #62735A: hue angle of 100.8º degrees, saturation: 0.12, 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 #62735A is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 115 90 -
CMYK 0.15 0 0.22 0.55
HSL 100.8º 0.12% 0.4% -
HSV(B) 100.8º 0.22% 0.45% -
XYZ 13.01 15.6 12 -
YUV 107.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 98 115 90 0.15 0 0.22 0.55 100.8 0.12 0.4
Hex 62 73 5A F 0 16 37 65 C 28
Octal 142 163 132 17 0 26 67 145 14 50
Binary 1100010 1110011 1011010 1111 0 10110 110111 1100101 1100 101000

Color Harmonies of #62735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62735A

Black with #62735A

Text Example


Text Example

White with #62735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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