#749799

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

Shades of Juniper #749799

Tints of Juniper #749799

Color information

#749799 (or 0x749799) is unknown color: approx Juniper. HEX triplet: 74, 97 and 99. RGB value is (116,151,153). Sum of RGB (Red+Green+Blue) = 116+151+153=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 153 - color contains mainly: blue. Hex color #749799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749799 is #8B6866. Grayscale: #8C8C8C. Windows color (decimal): -9136231 or 10065780. OLE color: 10065780.

HSL color Cylindrical-coordinate representation of color #749799: hue angle of 183.24º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749799 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB116151153-
CMYK0.240.0100.4
HSL183.24º15.35%52.75%-
HSV(B)183.24º24.18%60%-
XYZ24.0228.1534.3-
YUV140.76134.9110.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.62%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=27.62%
G=35.95%
B=36.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161511530.240.0100.4183.2415.3552.75
Hex749799181028b7f35
Octal1642272313010502671765
Binary111010010010111100110011100010101000101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749799; }

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

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

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

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

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

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

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

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