#729794

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

Shades of Juniper #729794

Tints of Juniper #729794

Color information

#729794 (or 0x729794) is unknown color: approx Juniper. HEX triplet: 72, 97 and 94. RGB value is (114,151,148). Sum of RGB (Red+Green+Blue) = 114+151+148=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 151 - color contains mainly: green. Hex color #729794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729794 is #8D686B. Grayscale: #8B8B8B. Windows color (decimal): -9267308 or 9738098. OLE color: 9738098.

HSL color Cylindrical-coordinate representation of color #729794: hue angle of 175.14º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729794 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB114151148-
CMYK0.2500.020.41
HSL175.14º15.1%51.96%-
HSV(B)175.14º24.5%59.22%-
XYZ23.3527.8532.16-
YUV139.6132.74109.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=27.60%
G=36.56%
B=35.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141511480.2500.020.41175.1415.151.96
Hex729794190229aff34
Octal1622272243102512571764
Binary1110010100101111001010011001010101001101011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729794; }

 p { color: rgb(114,151,148); }

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

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

 a { background-color: rgb(114,151,148); }

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

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

 span { border-color: rgb(114,151,148); }

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