#739996

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

Shades of Juniper #739996

Tints of Juniper #739996

Color information

#739996 (or 0x739996) is unknown color: approx Juniper. HEX triplet: 73, 99 and 96. RGB value is (115,153,150). Sum of RGB (Red+Green+Blue) = 115+153+150=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #739996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739996 is #8C6669. Grayscale: #8D8D8D. Windows color (decimal): -9201258 or 9869683. OLE color: 9869683.

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

Color convert

RGB115153150-
CMYK0.2500.020.4
HSL175.26º15.7%52.55%-
HSV(B)175.26º24.84%60%-
XYZ23.9728.6333.12-
YUV141.3132.91109.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.51%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=27.51%
G=36.60%
B=35.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151531500.2500.020.4175.2615.752.55
Hex739996190228af1035
Octal1632312263102502572065
Binary11100111001100110010110110010101010001010111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739996; }

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

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

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

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

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

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

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

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