Html Css Color HEX #879496 Submarine

📋 copy color: '#879496'

red 135 ◦ green 148 ◦ blue 150

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

Shades of Submarine #879496

Tints of Submarine #879496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.18%

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

R = 31.18%
G = 34.18%
B = 34.64%

CMYK

 C value IS 0.1

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#879496 (or 0x879496) is known color: Submarine. HEX triplet: 87, 94 and 96. RGB value is (135,148,150). Sum of RGB (Red+Green+Blue) = 135+148+150=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 150 - color contains mainly: blue. Hex color #879496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879496 is #786B69. Grayscale: #909090. Windows color (decimal): -7891818 or 9868423. OLE color: 9868423.

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

Color convert

RGB 135 148 150 -
CMYK 0.1 0.01 0 0.41
HSL 188º 0.07% 0.56% -
HSV(B) 188º 0.1% 0.59% -
XYZ 26.09 28.53 32.99 -
YUV 144.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 135 148 150 0.1 0.01 0 0.41 188 0.07 0.56
Hex 87 94 96 A 1 0 29 BC 7 38
Octal 207 224 226 12 1 0 51 274 7 70
Binary 10000111 10010100 10010110 1010 1 0 101001 10111100 111 111000

Color Harmonies of #879496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879496

Black with #879496

Text Example


Text Example

White with #879496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879496; }

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

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

background-color css

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

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

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

border-color css

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

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

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