#759495

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

Shades of Juniper #759495

Tints of Juniper #759495

Color information

#759495 (or 0x759495) is unknown color: approx Juniper. HEX triplet: 75, 94 and 95. RGB value is (117,148,149). Sum of RGB (Red+Green+Blue) = 117+148+149=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 149 - color contains mainly: blue. Hex color #759495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759495 is #8A6B6A. Grayscale: #8A8A8A. Windows color (decimal): -9071467 or 9802869. OLE color: 9802869.

HSL color Cylindrical-coordinate representation of color #759495: hue angle of 181.87º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759495 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117148149-
CMYK0.210.0100.42
HSL181.87º13.11%52.16%-
HSV(B)181.87º21.48%58.43%-
XYZ23.3527.1332.44-
YUV138.84133.73112.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=28.26%
G=35.75%
B=35.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171481490.210.0100.42181.8713.1152.16
Hex75949515102Ab6d34
Octal1652242252510522661564
Binary111010110010100100101011010110101010101101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759495; }

 p { color: rgb(117,148,149); }

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

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

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

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

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

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

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