#879695

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

Shades of Submarine #879695

Tints of Submarine #879695

Color information

#879695 (or 0x879695) is unknown color: approx Submarine. HEX triplet: 87, 96 and 95. RGB value is (135,150,149). Sum of RGB (Red+Green+Blue) = 135+150+149=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 150 - color contains mainly: green. Hex color #879695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879695 is #78696A. Grayscale: #919191. Windows color (decimal): -7891307 or 9803399. OLE color: 9803399.

HSL color Cylindrical-coordinate representation of color #879695: hue angle of 176º 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 #879695 is Cyan = 0.1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB135150149-
CMYK0.100.010.41
HSL176º6.67%55.88%-
HSV(B)176º10%58.82%-
XYZ26.3229.1332.67-
YUV145.4130.03120.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=31.11%
G=34.56%
B=34.33%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351501490.100.010.411766.6755.88
Hex879695A0129b0738
Octal207226225120151260770
Binary10000111100101101001010110100110100110110000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879695; }

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

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

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

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

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

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

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

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