#617272

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

Shades of Nevada #617272

Tints of Nevada #617272

Color information

#617272 (or 0x617272) is unknown color: approx Nevada. HEX triplet: 61, 72 and 72. RGB value is (97,114,114). Sum of RGB (Red+Green+Blue) = 97+114+114=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #617272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617272 is #9E8D8D. Grayscale: #6C6C6C. Windows color (decimal): -10390926 or 7500385. OLE color: 7500385.

HSL color Cylindrical-coordinate representation of color #617272: hue angle of 180º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #617272 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB97114114-
CMYK0.15000.55
HSL180º8.06%41.37%-
HSV(B)180º14.91%44.71%-
XYZ13.9815.7918.23-
YUV108.92130.87119.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=29.85%
G=35.08%
B=35.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971141140.15000.551808.0641.37
Hex617272F0037b4829
Octal1411621621700672641051
Binary110000111100101110010111100110111101101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617272; }

 p { color: rgb(97,114,114); }

 H1.HeaderClassName
 {
   color: #617272;
 }
 .AnyTagClassName
 {
   color: #617272;
 }
</style>
background-color css

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

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

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

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

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

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