Html Css Color HEX #959F9F Submarine

📋 copy color: '#959F9F'

red 149 ◦ green 159 ◦ blue 159

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

Shades of Submarine #959F9F

Tints of Submarine #959F9F

RGB

 RED value IS 149 (58.59% from 255) = 31.91%

 GREEN value IS 159 (62.5% from 255) = 34.05%

 BLUE value IS 159 (62.5% from 255) = 34.05%

R = 31.91%
G = 34.05%
B = 34.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#959F9F (or 0x959F9F) is known color: Submarine. HEX triplet: 95, 9F and 9F. RGB value is (149,159,159). Sum of RGB (Red+Green+Blue) = 149+159+159=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #959F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F9F is #6A6060. Grayscale: #9C9C9C. Windows color (decimal): -6971489 or 10461077. OLE color: 10461077.

HSL color Cylindrical-coordinate representation of color #959F9F: hue angle of 180º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #959F9F is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 159 159 -
CMYK 0.06 0 0 0.38
HSL 180º 0.05% 0.6% -
HSV(B) 180º 0.06% 0.62% -
XYZ 31.05 33.69 37.67 -
YUV 156.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 149 159 159 0.06 0 0 0.38 180 0.05 0.6
Hex 95 9F 9F 6 0 0 26 B4 5 3C
Octal 225 237 237 6 0 0 46 264 5 74
Binary 10010101 10011111 10011111 110 0 0 100110 10110100 101 111100

Color Harmonies of #959F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F9F

Black with #959F9F

Text Example


Text Example

White with #959F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959F9F; }

 p { color: rgb(149,159,159); }

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

background-color css

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

 a { background-color: rgb(149,159,159); }

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

border-color css

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

 span { border-color: rgb(149,159,159); }

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