Html Css Color HEX #879396 Submarine

📋 copy color: '#879396'

red 135 ◦ green 147 ◦ blue 150

#879396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #879396

Tints of Submarine #879396

RGB

 RED value IS 135 (53.13% from 255) = 31.25%

 GREEN value IS 147 (57.81% from 255) = 34.03%

 BLUE value IS 150 (58.98% from 255) = 34.72%

R = 31.25%
G = 34.03%
B = 34.72%

CMYK

 C value IS 0.1

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#879396 (or 0x879396) is known color: Submarine. HEX triplet: 87, 93 and 96. RGB value is (135,147,150). Sum of RGB (Red+Green+Blue) = 135+147+150=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 150 - color contains mainly: blue. Hex color #879396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879396 is #786C69. Grayscale: #8F8F8F. Windows color (decimal): -7892074 or 9868167. OLE color: 9868167.

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

Color convert

RGB 135 147 150 -
CMYK 0.1 0.02 0 0.41
HSL 192º 0.07% 0.56% -
HSV(B) 192º 0.1% 0.59% -
XYZ 25.93 28.22 32.93 -
YUV 143.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 135 147 150 0.1 0.02 0 0.41 192 0.07 0.56
Hex 87 93 96 A 2 0 29 C0 7 38
Octal 207 223 226 12 2 0 51 300 7 70
Binary 10000111 10010011 10010110 1010 10 0 101001 11000000 111 111000

Color Harmonies of #879396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879396

Black with #879396

Text Example


Text Example

White with #879396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879396; }

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

 H1.HeaderClassName
 {
   color: #879396;
 }
 .AnyTagClassName
 {
   color: #879396;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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