#61807D

Color #61807D Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #61807D

Tints of Rolling Stone #61807D

Color information

#61807D (or 0x61807D) is unknown color: approx Rolling Stone. HEX triplet: 61, 80 and 7D. RGB value is (97,128,125). Sum of RGB (Red+Green+Blue) = 97+128+125=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 128 - color contains mainly: green. Hex color #61807D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61807D is #9E7F82. Grayscale: #767676. Windows color (decimal): -10387331 or 8224865. OLE color: 8224865.

HSL color Cylindrical-coordinate representation of color #61807D: hue angle of 174.19º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61807D is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB97128125-
CMYK0.2400.020.50
HSL174.19º13.78%44.12%-
HSV(B)174.19º24.22%50.2%-
XYZ16.3519.4622.3-
YUV118.39131.73112.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=27.71%
G=36.57%
B=35.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971281250.2400.020.50174.1913.7844.12
Hex61807D180232aee2c
Octal1412001753002622561654
Binary110000110000000111110111000010110010101011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61807D; }

 p { color: rgb(97,128,125); }

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

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

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

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

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

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

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