#759790

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

Shades of Juniper #759790

Tints of Juniper #759790

Color information

#759790 (or 0x759790) is unknown color: approx Juniper. HEX triplet: 75, 97 and 90. RGB value is (117,151,144). Sum of RGB (Red+Green+Blue) = 117+151+144=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 151 - color contains mainly: green. Hex color #759790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759790 is #8A686F. Grayscale: #8C8C8C. Windows color (decimal): -9070704 or 9475957. OLE color: 9475957.

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

Color convert

RGB117151144-
CMYK0.2300.050.41
HSL167.65º14.05%52.55%-
HSV(B)167.65º22.52%59.22%-
XYZ23.4427.9330.54-
YUV140.04130.24111.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.40%
GREEN value IS 151 (59.38% from 255) = 36.65%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=28.40%
G=36.65%
B=34.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171511440.2300.050.41167.6514.0552.55
Hex759790170529a8e35
Octal1652272202705512501665
Binary11101011001011110010000101110101101001101010001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759790; }

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

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

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

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

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

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

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

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