#67827E

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

Shades of Rolling Stone #67827E

Tints of Rolling Stone #67827E

Color information

#67827E (or 0x67827E) is unknown color: approx Rolling Stone. HEX triplet: 67, 82 and 7E. RGB value is (103,130,126). Sum of RGB (Red+Green+Blue) = 103+130+126=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 130 - color contains mainly: green. Hex color #67827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67827E is #987D81. Grayscale: #797979. Windows color (decimal): -9993602 or 8290919. OLE color: 8290919.

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

Color convert

RGB103130126-
CMYK0.2100.030.49
HSL171.11º11.59%45.69%-
HSV(B)171.11º20.77%50.98%-
XYZ17.3420.3622.75-
YUV121.47130.55114.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.69%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=28.69%
G=36.21%
B=35.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031301260.2100.030.49171.1111.5945.69
Hex67827E150331abc2e
Octal1472021762503612531456
Binary110011110000010111111010101011110001101010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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