#75989B

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

Shades of Juniper #75989B

Tints of Juniper #75989B

Color information

#75989B (or 0x75989B) is unknown color: approx Juniper. HEX triplet: 75, 98 and 9B. RGB value is (117,152,155). Sum of RGB (Red+Green+Blue) = 117+152+155=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #75989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75989B is #8A6764. Grayscale: #8D8D8D. Windows color (decimal): -9070437 or 10197109. OLE color: 10197109.

HSL color Cylindrical-coordinate representation of color #75989B: hue angle of 184.74º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75989B is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117152155-
CMYK0.250.0200.39
HSL184.74º15.97%53.33%-
HSV(B)184.74º24.52%60.78%-
XYZ24.4828.635.24-
YUV141.88135.4110.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.59%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=27.59%
G=35.85%
B=36.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171521550.250.0200.39184.7415.9753.33
Hex75989B192027b91035
Octal1652302333120472712065
Binary11101011001100010011011110011001001111011100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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