Html Css Color HEX #899697 Submarine

📋 copy color: '#899697'

red 137 ◦ green 150 ◦ blue 151

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

Shades of Submarine #899697

Tints of Submarine #899697

RGB

 RED value IS 137 (53.91% from 255) = 31.28%

 GREEN value IS 150 (58.98% from 255) = 34.25%

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

R = 31.28%
G = 34.25%
B = 34.47%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#899697 (or 0x899697) is known color: Submarine. HEX triplet: 89, 96 and 97. RGB value is (137,150,151). Sum of RGB (Red+Green+Blue) = 137+150+151=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 151 - color contains mainly: blue. Hex color #899697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899697 is #766968. Grayscale: #929292. Windows color (decimal): -7760233 or 9934473. OLE color: 9934473.

HSL color Cylindrical-coordinate representation of color #899697: hue angle of 184.29º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #899697 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 150 151 -
CMYK 0.09 0.01 0 0.41
HSL 184.29º 0.06% 0.56% -
HSV(B) 184.29º 0.09% 0.59% -
XYZ 26.81 29.37 33.53 -
YUV 146.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 137 150 151 0.09 0.01 0 0.41 184.29 0.06 0.56
Hex 89 96 97 9 1 0 29 B8 6 38
Octal 211 226 227 11 1 0 51 270 6 70
Binary 10001001 10010110 10010111 1001 1 0 101001 10111000 110 111000

Color Harmonies of #899697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899697

Black with #899697

Text Example


Text Example

White with #899697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899697; }

 p { color: rgb(137,150,151); }

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

background-color css

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

 a { background-color: rgb(137,150,151); }

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

border-color css

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

 span { border-color: rgb(137,150,151); }

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