Html Css Color HEX #879898 Submarine

📋 copy color: '#879898'

red 135 ◦ green 152 ◦ blue 152

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

Shades of Submarine #879898

Tints of Submarine #879898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.62%

 BLUE value IS 152 (59.77% from 255) = 34.62%

R = 30.75%
G = 34.62%
B = 34.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#879898 (or 0x879898) is known color: Submarine. HEX triplet: 87, 98 and 98. RGB value is (135,152,152). Sum of RGB (Red+Green+Blue) = 135+152+152=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #879898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879898 is #786767. Grayscale: #929292. Windows color (decimal): -7890792 or 10000519. OLE color: 10000519.

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

Color convert

RGB 135 152 152 -
CMYK 0.11 0 0 0.40
HSL 180º 0.08% 0.56% -
HSV(B) 180º 0.11% 0.6% -
XYZ 26.89 29.87 34.05 -
YUV 146.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 135 152 152 0.11 0 0 0.40 180 0.08 0.56
Hex 87 98 98 B 0 0 28 B4 8 38
Octal 207 230 230 13 0 0 50 264 10 70
Binary 10000111 10011000 10011000 1011 0 0 101000 10110100 1000 111000

Color Harmonies of #879898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879898

Black with #879898

Text Example


Text Example

White with #879898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879898; }

 p { color: rgb(135,152,152); }

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

background-color css

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

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

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

border-color css

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

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

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