#759894

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

Shades of Juniper #759894

Tints of Juniper #759894

Color information

#759894 (or 0x759894) is unknown color: approx Juniper. HEX triplet: 75, 98 and 94. RGB value is (117,152,148). Sum of RGB (Red+Green+Blue) = 117+152+148=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #759894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759894 is #8A676B. Grayscale: #8D8D8D. Windows color (decimal): -9070444 or 9738357. OLE color: 9738357.

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

Color convert

RGB117152148-
CMYK0.2300.030.40
HSL173.14º14.52%52.75%-
HSV(B)173.14º23.03%59.61%-
XYZ23.9128.3832.23-
YUV141.08131.9110.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=28.06%
G=36.45%
B=35.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171521480.2300.030.40173.1414.5252.75
Hex759894170328adf35
Octal1652302242703502551765
Binary1110101100110001001010010111011101000101011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759894; }

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

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

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

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

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

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

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

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