#759995

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

Shades of Juniper #759995

Tints of Juniper #759995

Color information

#759995 (or 0x759995) is unknown color: approx Juniper. HEX triplet: 75, 99 and 95. RGB value is (117,153,149). Sum of RGB (Red+Green+Blue) = 117+153+149=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #759995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759995 is #8A666A. Grayscale: #8D8D8D. Windows color (decimal): -9070187 or 9804149. OLE color: 9804149.

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

Color convert

RGB117153149-
CMYK0.2400.030.4
HSL173.33º15%52.94%-
HSV(B)173.33º23.53%60%-
XYZ24.1528.7332.71-
YUV141.78132.07110.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=27.92%
G=36.52%
B=35.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171531490.2400.030.4173.331552.94
Hex759995180328adf35
Octal1652312253003502551765
Binary1110101100110011001010111000011101000101011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759995; }

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

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

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

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

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

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

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

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