#75989A

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

Shades of Juniper #75989A

Tints of Juniper #75989A

Color information

#75989A (or 0x75989A) is unknown color: approx Juniper. HEX triplet: 75, 98 and 9A. RGB value is (117,152,154). Sum of RGB (Red+Green+Blue) = 117+152+154=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 154 - color contains mainly: blue. Hex color #75989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75989A is #8A6765. Grayscale: #8D8D8D. Windows color (decimal): -9070438 or 10131573. OLE color: 10131573.

HSL color Cylindrical-coordinate representation of color #75989A: hue angle of 183.24º 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 #75989A is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117152154-
CMYK0.240.0100.40
HSL183.24º15.48%53.14%-
HSV(B)183.24º24.03%60.39%-
XYZ24.428.5734.8-
YUV141.76134.9110.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=27.66%
G=35.93%
B=36.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171521540.240.0100.40183.2415.4853.14
Hex75989A181028b7f35
Octal1652302323010502671765
Binary111010110011000100110101100010101000101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75989A; }

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

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

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

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

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

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

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

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