#739694

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

Shades of Juniper #739694

Tints of Juniper #739694

Color information

#739694 (or 0x739694) is unknown color: approx Juniper. HEX triplet: 73, 96 and 94. RGB value is (115,150,148). Sum of RGB (Red+Green+Blue) = 115+150+148=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #739694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739694 is #8C696B. Grayscale: #8B8B8B. Windows color (decimal): -9202028 or 9737843. OLE color: 9737843.

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

Color convert

RGB115150148-
CMYK0.2300.010.41
HSL176.57º14.29%51.96%-
HSV(B)176.57º23.33%58.82%-
XYZ23.3227.632.11-
YUV139.31132.9110.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.85%
GREEN value IS 150 (58.98% from 255) = 36.32%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=27.85%
G=36.32%
B=35.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151501480.2300.010.41176.5714.2951.96
Hex739694170129b1e34
Octal1632262242701512611664
Binary111001110010110100101001011101101001101100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739694; }

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

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

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

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

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

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

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

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