#75979A

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

Shades of Juniper #75979A

Tints of Juniper #75979A

Color information

#75979A (or 0x75979A) is unknown color: approx Juniper. HEX triplet: 75, 97 and 9A. RGB value is (117,151,154). Sum of RGB (Red+Green+Blue) = 117+151+154=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 154 - color contains mainly: blue. Hex color #75979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75979A is #8A6865. Grayscale: #8D8D8D. Windows color (decimal): -9070694 or 10131317. OLE color: 10131317.

HSL color Cylindrical-coordinate representation of color #75979A: hue angle of 184.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75979A is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117151154-
CMYK0.240.0200.40
HSL184.86º15.48%53.14%-
HSV(B)184.86º24.03%60.39%-
XYZ24.2428.2534.75-
YUV141.18135.24110.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 154 (60.55% from 255) = 36.49%
R=27.73%
G=35.78%
B=36.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171511540.240.0200.40184.8615.4853.14
Hex75979A182028b9f35
Octal1652272323020502711765
Binary1110101100101111001101011000100101000101110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75979A; }

 p { color: rgb(117,151,154); }

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

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

 a { background-color: rgb(117,151,154); }

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

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

 span { border-color: rgb(117,151,154); }

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