#739999

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

Shades of Juniper #739999

Tints of Juniper #739999

Color information

#739999 (or 0x739999) is unknown color: approx Juniper. HEX triplet: 73, 99 and 99. RGB value is (115,153,153). Sum of RGB (Red+Green+Blue) = 115+153+153=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #739999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739999 is #8C6666. Grayscale: #8D8D8D. Windows color (decimal): -9201255 or 10066291. OLE color: 10066291.

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

Color convert

RGB115153153-
CMYK0.25000.4
HSL180º15.7%52.55%-
HSV(B)180º24.84%60%-
XYZ24.2128.7334.41-
YUV141.64134.41109-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 153 (60.16% from 255) = 36.34%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=27.32%
G=36.34%
B=36.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151531530.25000.418015.752.55
Hex739999190028b41035
Octal1632312313100502642065
Binary1110011100110011001100111001001010001011010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739999; }

 p { color: rgb(115,153,153); }

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

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

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

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

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

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

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