#879696

Color #879696 Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #879696

Tints of Submarine #879696

Color information

#879696 (or 0x879696) is unknown color: approx Submarine. HEX triplet: 87, 96 and 96. RGB value is (135,150,150). Sum of RGB (Red+Green+Blue) = 135+150+150=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #879696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879696 is #786969. Grayscale: #919191. Windows color (decimal): -7891306 or 9868935. OLE color: 9868935.

HSL color Cylindrical-coordinate representation of color #879696: hue angle of 180º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #879696 is Cyan = 0.1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB135150150-
CMYK0.1000.41
HSL180º6.67%55.88%-
HSV(B)180º10%58.82%-
XYZ26.429.1733.09-
YUV145.51130.53120.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.03%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=31.03%
G=34.48%
B=34.48%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351501500.1000.411806.6755.88
Hex879696A0029b4738
Octal207226226120051264770
Binary10000111100101101001011010100010100110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879696; }

 p { color: rgb(135,150,150); }

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

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

 a { background-color: rgb(135,150,150); }

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

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

 span { border-color: rgb(135,150,150); }

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