#68827B

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

Shades of Rolling Stone #68827B

Tints of Rolling Stone #68827B

Color information

#68827B (or 0x68827B) is unknown color: approx Rolling Stone. HEX triplet: 68, 82 and 7B. RGB value is (104,130,123). Sum of RGB (Red+Green+Blue) = 104+130+123=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #68827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68827B is #977D84. Grayscale: #797979. Windows color (decimal): -9928069 or 8094312. OLE color: 8094312.

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

Color convert

RGB104130123-
CMYK0.200.050.49
HSL163.85º11.11%45.88%-
HSV(B)163.85º20%50.98%-
XYZ17.2720.3421.75-
YUV121.43128.89115.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=29.13%
G=36.41%
B=34.45%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301230.200.050.49163.8511.1145.88
Hex68827B140531a4b2e
Octal1502021732405612441356
Binary1101000100000101111011101000101110001101001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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