#75999E

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

Shades of Neptune #75999E

Tints of Neptune #75999E

Color information

#75999E (or 0x75999E) is unknown color: approx Neptune. HEX triplet: 75, 99 and 9E. RGB value is (117,153,158). Sum of RGB (Red+Green+Blue) = 117+153+158=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #75999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75999E is #8A6661. Grayscale: #8E8E8E. Windows color (decimal): -9070178 or 10393973. OLE color: 10393973.

HSL color Cylindrical-coordinate representation of color #75999E: hue angle of 187.32º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75999E is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117153158-
CMYK0.260.0300.38
HSL187.32º17.45%53.92%-
HSV(B)187.32º25.95%61.96%-
XYZ24.929.0336.64-
YUV142.81136.57109.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.34%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=27.34%
G=35.75%
B=36.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171531580.260.0300.38187.3217.4553.92
Hex75999E1A3026bb1136
Octal1652312363230462732166
Binary11101011001100110011110110101101001101011101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75999E; }

 p { color: rgb(117,153,158); }

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

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

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

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

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

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

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