#728B8A

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

Shades of Juniper #728B8A

Tints of Juniper #728B8A

Color information

#728B8A (or 0x728B8A) is unknown color: approx Juniper. HEX triplet: 72, 8B and 8A. RGB value is (114,139,138). Sum of RGB (Red+Green+Blue) = 114+139+138=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 139 - color contains mainly: green. Hex color #728B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B8A is #8D7475. Grayscale: #838383. Windows color (decimal): -9270390 or 9079666. OLE color: 9079666.

HSL color Cylindrical-coordinate representation of color #728B8A: hue angle of 177.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #728B8A is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB114139138-
CMYK0.1800.010.45
HSL177.6º9.88%49.61%-
HSV(B)177.6º17.99%54.51%-
XYZ20.7623.8827.56-
YUV131.41131.72115.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=29.16%
G=35.55%
B=35.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141391380.1800.010.45177.69.8849.61
Hex728B8A12012Db2a32
Octal1622132122201552621262
Binary111001010001011100010101001001101101101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728B8A; }

 p { color: rgb(114,139,138); }

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

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

 a { background-color: rgb(114,139,138); }

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

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

 span { border-color: rgb(114,139,138); }

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