Html Css Color HEX #869698 Submarine

📋 copy color: '#869698'

red 134 ◦ green 150 ◦ blue 152

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

Shades of Submarine #869698

Tints of Submarine #869698

RGB

 RED value IS 134 (52.73% from 255) = 30.73%

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

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

R = 30.73%
G = 34.4%
B = 34.86%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#869698 (or 0x869698) is known color: Submarine. HEX triplet: 86, 96 and 98. RGB value is (134,150,152). Sum of RGB (Red+Green+Blue) = 134+150+152=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 152 - color contains mainly: blue. Hex color #869698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869698 is #796967. Grayscale: #919191. Windows color (decimal): -7956840 or 10000006. OLE color: 10000006.

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

Color convert

RGB 134 150 152 -
CMYK 0.12 0.01 0 0.40
HSL 186.67º 0.08% 0.56% -
HSV(B) 186.67º 0.12% 0.6% -
XYZ 26.41 29.15 33.94 -
YUV 145.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 134 150 152 0.12 0.01 0 0.40 186.67 0.08 0.56
Hex 86 96 98 C 1 0 28 BB 8 38
Octal 206 226 230 14 1 0 50 273 10 70
Binary 10000110 10010110 10011000 1100 1 0 101000 10111011 1000 111000

Color Harmonies of #869698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869698

Black with #869698

Text Example


Text Example

White with #869698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869698; }

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

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

background-color css

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

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

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

border-color css

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

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

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