#759597

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

Shades of Juniper #759597

Tints of Juniper #759597

Color information

#759597 (or 0x759597) is unknown color: approx Juniper. HEX triplet: 75, 95 and 97. RGB value is (117,149,151). Sum of RGB (Red+Green+Blue) = 117+149+151=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 151 - color contains mainly: blue. Hex color #759597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759597 is #8A6A68. Grayscale: #8B8B8B. Windows color (decimal): -9071209 or 9934197. OLE color: 9934197.

HSL color Cylindrical-coordinate representation of color #759597: hue angle of 183.53º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759597 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB117149151-
CMYK0.230.0100.41
HSL183.53º14.05%52.55%-
HSV(B)183.53º22.52%59.22%-
XYZ23.6727.5133.34-
YUV139.66134.4111.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 151 (59.38% from 255) = 36.21%
R=28.06%
G=35.73%
B=36.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171491510.230.0100.41183.5314.0552.55
Hex759597171029b8e35
Octal1652252272710512701665
Binary111010110010101100101111011110101001101110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759597; }

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

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

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

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

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

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

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

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