#67827B

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

Shades of Rolling Stone #67827B

Tints of Rolling Stone #67827B

Color information

#67827B (or 0x67827B) is unknown color: approx Rolling Stone. HEX triplet: 67, 82 and 7B. RGB value is (103,130,123). Sum of RGB (Red+Green+Blue) = 103+130+123=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #67827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67827B is #987D84. Grayscale: #797979. Windows color (decimal): -9993605 or 8094311. OLE color: 8094311.

HSL color Cylindrical-coordinate representation of color #67827B: hue angle of 164.44º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67827B is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB103130123-
CMYK0.2100.050.49
HSL164.44º11.59%45.69%-
HSV(B)164.44º20.77%50.98%-
XYZ17.1520.2821.75-
YUV121.13129.05115.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.93%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=28.93%
G=36.52%
B=34.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031301230.2100.050.49164.4411.5945.69
Hex67827B150531a4c2e
Octal1472021732505612441456
Binary1100111100000101111011101010101110001101001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67827B; }

 p { color: rgb(103,130,123); }

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

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

 a { background-color: rgb(103,130,123); }

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

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

 span { border-color: rgb(103,130,123); }

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