Html Css Color HEX #637270 Nevada

📋 copy color: '#637270'

red 99 ◦ green 114 ◦ blue 112

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

Shades of Nevada #637270

Tints of Nevada #637270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

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

R = 30.46%
G = 35.08%
B = 34.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#637270 (or 0x637270) is known color: Nevada. HEX triplet: 63, 72 and 70. RGB value is (99,114,112). Sum of RGB (Red+Green+Blue) = 99+114+112=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 114 - color contains mainly: green. Hex color #637270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637270 is #9C8D8F. Grayscale: #6D6D6D. Windows color (decimal): -10259856 or 7369315. OLE color: 7369315.

HSL color Cylindrical-coordinate representation of color #637270: hue angle of 172º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #637270 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 114 112 -
CMYK 0.13 0 0.02 0.55
HSL 172º 0.07% 0.42% -
HSV(B) 172º 0.13% 0.45% -
XYZ 14.09 15.86 17.65 -
YUV 109.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 99 114 112 0.13 0 0.02 0.55 172 0.07 0.42
Hex 63 72 70 D 0 2 37 AC 7 2A
Octal 143 162 160 15 0 2 67 254 7 52
Binary 1100011 1110010 1110000 1101 0 10 110111 10101100 111 101010

Color Harmonies of #637270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637270

Black with #637270

Text Example


Text Example

White with #637270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637270; }

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

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

background-color css

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

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

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

border-color css

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

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

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