#869696

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

Shades of Submarine #869696

Tints of Submarine #869696

Color information

#869696 (or 0x869696) is unknown color: approx Submarine. HEX triplet: 86, 96 and 96. RGB value is (134,150,150). Sum of RGB (Red+Green+Blue) = 134+150+150=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #869696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869696 is #796969. Grayscale: #919191. Windows color (decimal): -7956842 or 9868934. OLE color: 9868934.

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

Color convert

RGB134150150-
CMYK0.11000.41
HSL180º7.08%55.69%-
HSV(B)180º10.67%58.82%-
XYZ26.2429.0833.08-
YUV145.22130.7120-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=30.88%
G=34.56%
B=34.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341501500.11000.411807.0855.69
Hex869696B0029b4738
Octal206226226130051264770
Binary10000110100101101001011010110010100110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869696; }

 p { color: rgb(134,150,150); }

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

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

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

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

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

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

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