#739D95

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

Shades of Juniper #739D95

Tints of Juniper #739D95

Color information

#739D95 (or 0x739D95) is unknown color: approx Juniper. HEX triplet: 73, 9D and 95. RGB value is (115,157,149). Sum of RGB (Red+Green+Blue) = 115+157+149=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 157 - color contains mainly: green. Hex color #739D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739D95 is #8C626A. Grayscale: #8F8F8F. Windows color (decimal): -9200235 or 9805171. OLE color: 9805171.

HSL color Cylindrical-coordinate representation of color #739D95: hue angle of 168.57º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #739D95 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB115157149-
CMYK0.2700.050.38
HSL168.57º17.65%53.33%-
HSV(B)168.57º26.75%61.57%-
XYZ24.5529.9332.92-
YUV143.53131.09107.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 157 (61.72% from 255) = 37.29%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=27.32%
G=37.29%
B=35.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151571490.2700.050.38168.5717.6553.33
Hex739D951B0526a91235
Octal1632352253305462512265
Binary111001110011101100101011101101011001101010100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739D95; }

 p { color: rgb(115,157,149); }

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

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

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

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

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

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

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