#759493

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

Shades of Juniper #759493

Tints of Juniper #759493

Color information

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

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

Color convert

RGB117148147-
CMYK0.2100.010.42
HSL178.06º12.65%51.96%-
HSV(B)178.06º20.95%58.04%-
XYZ23.1927.0731.61-
YUV138.62132.73112.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171481470.2100.010.42178.0612.6551.96
Hex75949315012Ab2d34
Octal1652242232501522621564
Binary111010110010100100100111010101101010101100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759493; }

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

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

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

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

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

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

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

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