#69827B

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

Shades of Rolling Stone #69827B

Tints of Rolling Stone #69827B

Color information

#69827B (or 0x69827B) is unknown color: approx Rolling Stone. HEX triplet: 69, 82 and 7B. RGB value is (105,130,123). Sum of RGB (Red+Green+Blue) = 105+130+123=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 130 - color contains mainly: green. Hex color #69827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69827B is #967D84. Grayscale: #797979. Windows color (decimal): -9862533 or 8094313. OLE color: 8094313.

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

Color convert

RGB105130123-
CMYK0.1900.050.49
HSL163.2º10.64%46.08%-
HSV(B)163.2º19.23%50.98%-
XYZ17.3820.421.76-
YUV121.73128.72116.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=29.33%
G=36.31%
B=34.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051301230.1900.050.49163.210.6446.08
Hex69827B130531a3b2e
Octal1512021732305612431356
Binary1101001100000101111011100110101110001101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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