Html Css Color HEX #62706E Nevada

📋 copy color: '#62706E'

red 98 ◦ green 112 ◦ blue 110

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

Shades of Nevada #62706E

Tints of Nevada #62706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 30.63%
G = 35%
B = 34.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#62706E (or 0x62706E) is known color: Nevada. HEX triplet: 62, 70 and 6E. RGB value is (98,112,110). Sum of RGB (Red+Green+Blue) = 98+112+110=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 112 - color contains mainly: green. Hex color #62706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62706E is #9D8F91. Grayscale: #6B6B6B. Windows color (decimal): -10325906 or 7237730. OLE color: 7237730.

HSL color Cylindrical-coordinate representation of color #62706E: hue angle of 171.43º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #62706E is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 112 110 -
CMYK 0.13 0 0.02 0.56
HSL 171.43º 0.07% 0.41% -
HSV(B) 171.43º 0.13% 0.44% -
XYZ 13.65 15.31 16.99 -
YUV 107.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 98 112 110 0.13 0 0.02 0.56 171.43 0.07 0.41
Hex 62 70 6E D 0 2 38 AB 7 29
Octal 142 160 156 15 0 2 70 253 7 51
Binary 1100010 1110000 1101110 1101 0 10 111000 10101011 111 101001

Color Harmonies of #62706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62706E

Black with #62706E

Text Example


Text Example

White with #62706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62706E; }

 p { color: rgb(98,112,110); }

 H1.HeaderClassName
 {
   color: #62706E;
 }
 .AnyTagClassName
 {
   color: #62706E;
 }
</style>

background-color css

<style>
 a { background-color: #62706E; }

 a { background-color: rgb(98,112,110); }

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

border-color css

<style>
 span { border-color: #62706E; }

 span { border-color: rgb(98,112,110); }

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