#749F99

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

Shades of Juniper #749F99

Tints of Juniper #749F99

Color information

#749F99 (or 0x749F99) is unknown color: approx Juniper. HEX triplet: 74, 9F and 99. RGB value is (116,159,153). Sum of RGB (Red+Green+Blue) = 116+159+153=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 159 - color contains mainly: green. Hex color #749F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749F99 is #8B6066. Grayscale: #919191. Windows color (decimal): -9134183 or 10067828. OLE color: 10067828.

HSL color Cylindrical-coordinate representation of color #749F99: hue angle of 171.63º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749F99 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB116159153-
CMYK0.2700.040.38
HSL171.63º18.3%53.92%-
HSV(B)171.63º27.04%62.35%-
XYZ25.3530.8134.75-
YUV145.46132.25106.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 159 (62.5% from 255) = 37.15%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=27.10%
G=37.15%
B=35.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161591530.2700.040.38171.6318.353.92
Hex749F991B0426ac1236
Octal1642372313304462542266
Binary111010010011111100110011101101001001101010110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749F99; }

 p { color: rgb(116,159,153); }

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

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

 a { background-color: rgb(116,159,153); }

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

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

 span { border-color: rgb(116,159,153); }

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