#879D9A

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

Shades of Submarine #879D9A

Tints of Submarine #879D9A

Color information

#879D9A (or 0x879D9A) is unknown color: approx Submarine. HEX triplet: 87, 9D and 9A. RGB value is (135,157,154). Sum of RGB (Red+Green+Blue) = 135+157+154=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 157 - color contains mainly: green. Hex color #879D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D9A is #786265. Grayscale: #969696. Windows color (decimal): -7889510 or 10132871. OLE color: 10132871.

HSL color Cylindrical-coordinate representation of color #879D9A: hue angle of 171.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #879D9A is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB135157154-
CMYK0.1400.020.38
HSL171.82º10.09%57.25%-
HSV(B)171.82º14.01%61.57%-
XYZ27.8831.635.2-
YUV150.08130.21117.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.27%
GREEN value IS 157 (61.72% from 255) = 35.20%
BLUE value IS 154 (60.55% from 255) = 34.53%
R=30.27%
G=35.20%
B=34.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351571540.1400.020.38171.8210.0957.25
Hex879D9AE0226aca39
Octal2072352321602462541271
Binary1000011110011101100110101110010100110101011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,157,154); }

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

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

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

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

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

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

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