#637270

Color #637270 Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #637270

Tints of Nevada #637270

Color information

#637270 (or 0x637270) is unknown color: approx 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

RGB99114112-
CMYK0.1300.020.55
HSL172º7.04%41.76%-
HSV(B)172º13.16%44.71%-
XYZ14.0915.8617.65-
YUV109.29129.53120.66-

RGB Variations

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

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 (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991141120.1300.020.551727.0441.76
Hex637270D0237ac72a
Octal143162160150267254752
Binary110001111100101110000110101011011110101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>