#67857F

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

Shades of Rolling Stone #67857F

Tints of Rolling Stone #67857F

Color information

#67857F (or 0x67857F) is unknown color: approx Rolling Stone. HEX triplet: 67, 85 and 7F. RGB value is (103,133,127). Sum of RGB (Red+Green+Blue) = 103+133+127=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #67857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67857F is #987A80. Grayscale: #7B7B7B. Windows color (decimal): -9992833 or 8357223. OLE color: 8357223.

HSL color Cylindrical-coordinate representation of color #67857F: hue angle of 168º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67857F is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB103133127-
CMYK0.2300.050.48
HSL168º12.71%46.27%-
HSV(B)168º22.56%52.16%-
XYZ17.8121.1923.23-
YUV123.35130.06113.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.37%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 127 (50% from 255) = 34.99%
R=28.37%
G=36.64%
B=34.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031331270.2300.050.4816812.7146.27
Hex67857F170530a8d2e
Octal1472051772705602501556
Binary1100111100001011111111101110101110000101010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67857F; }

 p { color: rgb(103,133,127); }

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

<style>
 a { background-color: #67857F; }

 a { background-color: rgb(103,133,127); }

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

<style>
 span { border-color: #67857F; }

 span { border-color: rgb(103,133,127); }

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