Html Css Color HEX #869999 Submarine

📋 copy color: '#869999'

red 134 ◦ green 153 ◦ blue 153

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

Shades of Submarine #869999

Tints of Submarine #869999

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.77%

 BLUE value IS 153 (60.16% from 255) = 34.77%

R = 30.45%
G = 34.77%
B = 34.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#869999 (or 0x869999) is known color: Submarine. HEX triplet: 86, 99 and 99. RGB value is (134,153,153). Sum of RGB (Red+Green+Blue) = 134+153+153=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #869999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869999 is #796666. Grayscale: #939393. Windows color (decimal): -7956071 or 10066310. OLE color: 10066310.

HSL color Cylindrical-coordinate representation of color #869999: hue angle of 180º degrees, saturation: 0.09, 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 #869999 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 153 -
CMYK 0.12 0 0 0.4
HSL 180º 0.09% 0.56% -
HSV(B) 180º 0.12% 0.6% -
XYZ 26.97 30.15 34.54 -
YUV 147.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 134 153 153 0.12 0 0 0.4 180 0.09 0.56
Hex 86 99 99 C 0 0 28 B4 9 38
Octal 206 231 231 14 0 0 50 264 11 70
Binary 10000110 10011001 10011001 1100 0 0 101000 10110100 1001 111000

Color Harmonies of #869999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869999

Black with #869999

Text Example


Text Example

White with #869999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869999; }

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

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

background-color css

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

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

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

border-color css

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

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

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