#67817C

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

Shades of Rolling Stone #67817C

Tints of Rolling Stone #67817C

Color information

#67817C (or 0x67817C) is unknown color: approx Rolling Stone. HEX triplet: 67, 81 and 7C. RGB value is (103,129,124). Sum of RGB (Red+Green+Blue) = 103+129+124=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #67817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67817C is #987E83. Grayscale: #787878. Windows color (decimal): -9993860 or 8159591. OLE color: 8159591.

HSL color Cylindrical-coordinate representation of color #67817C: hue angle of 168.46º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #67817C is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB103129124-
CMYK0.2000.040.49
HSL168.46º11.21%45.49%-
HSV(B)168.46º20.16%50.59%-
XYZ17.0820.0422.04-
YUV120.66129.89115.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.93%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=28.93%
G=36.24%
B=34.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031291240.2000.040.49168.4611.2145.49
Hex67817C140431a8b2d
Octal1472011742404612501355
Binary1100111100000011111100101000100110001101010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67817C; }

 p { color: rgb(103,129,124); }

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

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

 a { background-color: rgb(103,129,124); }

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

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

 span { border-color: rgb(103,129,124); }

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