#7E969B

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

Shades of Submarine #7E969B

Tints of Submarine #7E969B

Color information

#7E969B (or 0x7E969B) is unknown color: approx Submarine. HEX triplet: 7E, 96 and 9B. RGB value is (126,150,155). Sum of RGB (Red+Green+Blue) = 126+150+155=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E969B is #816964. Grayscale: #8F8F8F. Windows color (decimal): -8481125 or 10196606. OLE color: 10196606.

HSL color Cylindrical-coordinate representation of color #7E969B: hue angle of 190.34º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E969B is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB126150155-
CMYK0.190.0300.39
HSL190.34º12.66%55.1%-
HSV(B)190.34º18.71%60.78%-
XYZ25.4328.6135.19-
YUV143.39134.55115.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.23%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=29.23%
G=34.80%
B=35.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1261501550.190.0300.39190.3412.6655.1
Hex7E969B133027bed37
Octal1762262332330472761567
Binary1111110100101101001101110011110100111101111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E969B; }

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

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

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

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

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

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

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

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