#759394

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

Shades of Juniper #759394

Tints of Juniper #759394

Color information

#759394 (or 0x759394) is unknown color: approx Juniper. HEX triplet: 75, 93 and 94. RGB value is (117,147,148). Sum of RGB (Red+Green+Blue) = 117+147+148=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 148 - color contains mainly: blue. Hex color #759394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759394 is #8A6C6B. Grayscale: #8A8A8A. Windows color (decimal): -9071724 or 9737077. OLE color: 9737077.

HSL color Cylindrical-coordinate representation of color #759394: hue angle of 181.94º 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 #759394 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117147148-
CMYK0.210.0100.42
HSL181.94º12.65%51.96%-
HSV(B)181.94º20.95%58.04%-
XYZ23.1226.7931.97-
YUV138.14133.56112.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.40%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 148 (58.20% from 255) = 35.92%
R=28.40%
G=35.68%
B=35.92%

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
Decimal1171471480.210.0100.42181.9412.6551.96
Hex75939415102Ab6d34
Octal1652232242510522661564
Binary111010110010011100101001010110101010101101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759394; }

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

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

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

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

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

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

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

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