#749B98

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

Shades of Juniper #749B98

Tints of Juniper #749B98

Color information

#749B98 (or 0x749B98) is unknown color: approx Juniper. HEX triplet: 74, 9B and 98. RGB value is (116,155,152). Sum of RGB (Red+Green+Blue) = 116+155+152=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #749B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749B98 is #8B6467. Grayscale: #8E8E8E. Windows color (decimal): -9135208 or 10001268. OLE color: 10001268.

HSL color Cylindrical-coordinate representation of color #749B98: hue angle of 175.38º 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 #749B98 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB116155152-
CMYK0.2500.020.39
HSL175.38º16.32%53.14%-
HSV(B)175.38º25.16%60.78%-
XYZ24.5929.4234.09-
YUV143133.08108.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=27.42%
G=36.64%
B=35.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161551520.2500.020.39175.3816.3253.14
Hex749B98190227af1035
Octal1642332303102472572065
Binary11101001001101110011000110010101001111010111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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