#749596

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

Shades of Juniper #749596

Tints of Juniper #749596

Color information

#749596 (or 0x749596) is unknown color: approx Juniper. HEX triplet: 74, 95 and 96. RGB value is (116,149,150). Sum of RGB (Red+Green+Blue) = 116+149+150=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 150 - color contains mainly: blue. Hex color #749596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749596 is #8B6A69. Grayscale: #8B8B8B. Windows color (decimal): -9136746 or 9868660. OLE color: 9868660.

HSL color Cylindrical-coordinate representation of color #749596: hue angle of 181.76º 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 #749596 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB116149150-
CMYK0.230.0100.41
HSL181.76º13.93%52.16%-
HSV(B)181.76º22.67%58.82%-
XYZ23.4527.4132.91-
YUV139.25134.07111.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.95%
GREEN value IS 149 (58.59% from 255) = 35.90%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=27.95%
G=35.90%
B=36.14%

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
Decimal1161491500.230.0100.41181.7613.9352.16
Hex749596171029b6e34
Octal1642252262710512661664
Binary111010010010101100101101011110101001101101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749596; }

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

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

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

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

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

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

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

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