#759895

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

Shades of Juniper #759895

Tints of Juniper #759895

Color information

#759895 (or 0x759895) is unknown color: approx Juniper. HEX triplet: 75, 98 and 95. RGB value is (117,152,149). Sum of RGB (Red+Green+Blue) = 117+152+149=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #759895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759895 is #8A676A. Grayscale: #8D8D8D. Windows color (decimal): -9070443 or 9803893. OLE color: 9803893.

HSL color Cylindrical-coordinate representation of color #759895: hue angle of 174.86º 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 #759895 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB117152149-
CMYK0.2300.020.40
HSL174.86º14.52%52.75%-
HSV(B)174.86º23.03%59.61%-
XYZ23.9928.4132.65-
YUV141.19132.4110.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=27.99%
G=36.36%
B=35.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171521490.2300.020.40174.8614.5252.75
Hex759895170228aff35
Octal1652302252702502571765
Binary1110101100110001001010110111010101000101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759895; }

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

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

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

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

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

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

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

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