#79969B

Color #79969B Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #79969B

Tints of Submarine #79969B

Color information

#79969B (or 0x79969B) is unknown color: approx Submarine. HEX triplet: 79, 96 and 9B. RGB value is (121,150,155). Sum of RGB (Red+Green+Blue) = 121+150+155=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #79969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79969B is #866964. Grayscale: #8D8D8D. Windows color (decimal): -8808805 or 10196601. OLE color: 10196601.

HSL color Cylindrical-coordinate representation of color #79969B: hue angle of 188.82º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79969B is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121150155-
CMYK0.220.0300.39
HSL188.82º14.53%54.12%-
HSV(B)188.82º21.94%60.78%-
XYZ24.7128.2435.16-
YUV141.9135.39113.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=28.40%
G=35.21%
B=36.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211501550.220.0300.39188.8214.5354.12
Hex79969B163027bdf36
Octal1712262332630472751766
Binary1111001100101101001101110110110100111101111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79969B; }

 p { color: rgb(121,150,155); }

 H1.HeaderClassName
 {
   color: #79969B;
 }
 .AnyTagClassName
 {
   color: #79969B;
 }
</style>
background-color css

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

 a { background-color: rgb(121,150,155); }

 div.DivClassName
 {
   background-color: #79969B;
 }
 .BgClassName
 {
   background-color: #79969B;
 }
</style>
border-color css

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

 span { border-color: rgb(121,150,155); }

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