#759695

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

Shades of Juniper #759695

Tints of Juniper #759695

Color information

#759695 (or 0x759695) is unknown color: approx Juniper. HEX triplet: 75, 96 and 95. RGB value is (117,150,149). Sum of RGB (Red+Green+Blue) = 117+150+149=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #759695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759695 is #8A696A. Grayscale: #8B8B8B. Windows color (decimal): -9070955 or 9803381. OLE color: 9803381.

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

Color convert

RGB117150149-
CMYK0.2200.010.41
HSL178.18º13.58%52.35%-
HSV(B)178.18º22%58.82%-
XYZ23.6727.7632.55-
YUV140.02133.07111.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 150 (58.98% from 255) = 36.06%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=28.12%
G=36.06%
B=35.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501490.2200.010.41178.1813.5852.35
Hex759695160129b2e34
Octal1652262252601512621664
Binary111010110010110100101011011001101001101100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759695; }

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

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

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

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

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

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

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

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