#729898

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

Shades of Juniper #729898

Tints of Juniper #729898

Color information

#729898 (or 0x729898) is unknown color: approx Juniper. HEX triplet: 72, 98 and 98. RGB value is (114,152,152). Sum of RGB (Red+Green+Blue) = 114+152+152=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #729898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729898 is #8D6767. Grayscale: #8C8C8C. Windows color (decimal): -9267048 or 10000498. OLE color: 10000498.

HSL color Cylindrical-coordinate representation of color #729898: hue angle of 180º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729898 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB114152152-
CMYK0.25000.40
HSL180º15.57%52.16%-
HSV(B)180º25%59.61%-
XYZ23.8428.333.91-
YUV140.64134.41109-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 152 (59.77% from 255) = 36.36%
R=27.27%
G=36.36%
B=36.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141521520.25000.4018015.5752.16
Hex729898190028b41034
Octal1622302303100502642064
Binary1110010100110001001100011001001010001011010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729898; }

 p { color: rgb(114,152,152); }

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

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

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

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

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

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

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