#759893

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

Shades of Juniper #759893

Tints of Juniper #759893

Color information

#759893 (or 0x759893) is unknown color: approx Juniper. HEX triplet: 75, 98 and 93. RGB value is (117,152,147). Sum of RGB (Red+Green+Blue) = 117+152+147=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #759893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759893 is #8A676C. Grayscale: #8C8C8C. Windows color (decimal): -9070445 or 9672821. OLE color: 9672821.

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

Color convert

RGB117152147-
CMYK0.2300.030.40
HSL171.43º14.52%52.75%-
HSV(B)171.43º23.03%59.61%-
XYZ23.8328.3431.82-
YUV140.96131.4110.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=28.12%
G=36.54%
B=35.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171521470.2300.030.40171.4314.5252.75
Hex759893170328abf35
Octal1652302232703502531765
Binary1110101100110001001001110111011101000101010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759893; }

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

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

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

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

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

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

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

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