Html Css Color HEX #637070 Nevada

📋 copy color: '#637070'

red 99 ◦ green 112 ◦ blue 112

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

Shades of Nevada #637070

Tints of Nevada #637070

RGB

 RED value IS 99 (39.06% from 255) = 30.65%

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

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 30.65%
G = 34.67%
B = 34.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#637070 (or 0x637070) is known color: Nevada. HEX triplet: 63, 70 and 70. RGB value is (99,112,112). Sum of RGB (Red+Green+Blue) = 99+112+112=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #637070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637070 is #9C8F8F. Grayscale: #6C6C6C. Windows color (decimal): -10260368 or 7368803. OLE color: 7368803.

HSL color Cylindrical-coordinate representation of color #637070: hue angle of 180º degrees, saturation: 0.06, 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 #637070 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 112 112 -
CMYK 0.12 0 0 0.56
HSL 180º 0.06% 0.41% -
HSV(B) 180º 0.12% 0.44% -
XYZ 13.86 15.41 17.57 -
YUV 108.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 99 112 112 0.12 0 0 0.56 180 0.06 0.41
Hex 63 70 70 C 0 0 38 B4 6 29
Octal 143 160 160 14 0 0 70 264 6 51
Binary 1100011 1110000 1110000 1100 0 0 111000 10110100 110 101001

Color Harmonies of #637070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637070

Black with #637070

Text Example


Text Example

White with #637070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637070; }

 p { color: rgb(99,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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