#67817D

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

Shades of Rolling Stone #67817D

Tints of Rolling Stone #67817D

Color information

#67817D (or 0x67817D) is unknown color: approx Rolling Stone. HEX triplet: 67, 81 and 7D. RGB value is (103,129,125). Sum of RGB (Red+Green+Blue) = 103+129+125=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 129 - color contains mainly: green. Hex color #67817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67817D is #987E82. Grayscale: #787878. Windows color (decimal): -9993859 or 8225127. OLE color: 8225127.

HSL color Cylindrical-coordinate representation of color #67817D: hue angle of 170.77º 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 #67817D is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB103129125-
CMYK0.2000.030.49
HSL170.77º11.21%45.49%-
HSV(B)170.77º20.16%50.59%-
XYZ17.1520.0622.37-
YUV120.77130.39115.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.85%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=28.85%
G=36.13%
B=35.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031291250.2000.030.49170.7711.2145.49
Hex67817D140331abb2d
Octal1472011752403612531355
Binary110011110000001111110110100011110001101010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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