#749A99

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

Shades of Juniper #749A99

Tints of Juniper #749A99

Color information

#749A99 (or 0x749A99) is unknown color: approx Juniper. HEX triplet: 74, 9A and 99. RGB value is (116,154,153). Sum of RGB (Red+Green+Blue) = 116+154+153=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 154 - color contains mainly: green. Hex color #749A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749A99 is #8B6566. Grayscale: #8E8E8E. Windows color (decimal): -9135463 or 10066548. OLE color: 10066548.

HSL color Cylindrical-coordinate representation of color #749A99: hue angle of 178.42º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749A99 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB116154153-
CMYK0.2500.010.40
HSL178.42º15.83%52.94%-
HSV(B)178.42º24.68%60.39%-
XYZ24.5129.1234.47-
YUV142.52133.91109.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=27.42%
G=36.41%
B=36.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161541530.2500.010.40178.4215.8352.94
Hex749A99190128b21035
Octal1642322313101502622065
Binary1110100100110101001100111001011010001011001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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