#879F9E

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

Shades of Submarine #879F9E

Tints of Submarine #879F9E

Color information

#879F9E (or 0x879F9E) is unknown color: approx Submarine. HEX triplet: 87, 9F and 9E. RGB value is (135,159,158). Sum of RGB (Red+Green+Blue) = 135+159+158=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 159 - color contains mainly: green. Hex color #879F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879F9E is #786061. Grayscale: #979797. Windows color (decimal): -7888994 or 10395527. OLE color: 10395527.

HSL color Cylindrical-coordinate representation of color #879F9E: hue angle of 177.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879F9E is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB135159158-
CMYK0.1500.010.38
HSL177.5º11.11%57.65%-
HSV(B)177.5º15.09%62.35%-
XYZ28.5632.4237.1-
YUV151.71131.55116.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.87%
GREEN value IS 159 (62.5% from 255) = 35.18%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=29.87%
G=35.18%
B=34.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351591580.1500.010.38177.511.1157.65
Hex879F9EF0126b1b3a
Octal2072372361701462611372
Binary100001111001111110011110111101100110101100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879F9E; }

 p { color: rgb(135,159,158); }

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

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

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

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

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

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

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