Html Css Color HEX #879997 Submarine

📋 copy color: '#879997'

red 135 ◦ green 153 ◦ blue 151

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

Shades of Submarine #879997

Tints of Submarine #879997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.85%

 BLUE value IS 151 (59.38% from 255) = 34.4%

R = 30.75%
G = 34.85%
B = 34.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#879997 (or 0x879997) is known color: Submarine. HEX triplet: 87, 99 and 97. RGB value is (135,153,151). Sum of RGB (Red+Green+Blue) = 135+153+151=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 153 - color contains mainly: green. Hex color #879997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879997 is #786668. Grayscale: #939393. Windows color (decimal): -7890537 or 9935239. OLE color: 9935239.

HSL color Cylindrical-coordinate representation of color #879997: hue angle of 173.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879997 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 153 151 -
CMYK 0.12 0 0.01 0.4
HSL 173.33º 0.08% 0.56% -
HSV(B) 173.33º 0.12% 0.6% -
XYZ 26.97 30.17 33.68 -
YUV 147.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 135 153 151 0.12 0 0.01 0.4 173.33 0.08 0.56
Hex 87 99 97 C 0 1 28 AD 8 38
Octal 207 231 227 14 0 1 50 255 10 70
Binary 10000111 10011001 10010111 1100 0 1 101000 10101101 1000 111000

Color Harmonies of #879997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879997

Black with #879997

Text Example


Text Example

White with #879997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879997; }

 p { color: rgb(135,153,151); }

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

background-color css

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

 a { background-color: rgb(135,153,151); }

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

border-color css

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

 span { border-color: rgb(135,153,151); }

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