#749496

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

Shades of Juniper #749496

Tints of Juniper #749496

Color information

#749496 (or 0x749496) is unknown color: approx Juniper. HEX triplet: 74, 94 and 96. RGB value is (116,148,150). Sum of RGB (Red+Green+Blue) = 116+148+150=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 150 - color contains mainly: blue. Hex color #749496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749496 is #8B6B69. Grayscale: #8A8A8A. Windows color (decimal): -9137002 or 9868404. OLE color: 9868404.

HSL color Cylindrical-coordinate representation of color #749496: hue angle of 183.53º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749496 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB116148150-
CMYK0.230.0100.41
HSL183.53º13.93%52.16%-
HSV(B)183.53º22.67%58.82%-
XYZ23.327.0932.86-
YUV138.66134.4111.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=28.02%
G=35.75%
B=36.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161481500.230.0100.41183.5313.9352.16
Hex749496171029b8e34
Octal1642242262710512701664
Binary111010010010100100101101011110101001101110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749496; }

 p { color: rgb(116,148,150); }

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

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

 a { background-color: rgb(116,148,150); }

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

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

 span { border-color: rgb(116,148,150); }

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