#719894

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

Shades of Juniper #719894

Tints of Juniper #719894

Color information

#719894 (or 0x719894) is unknown color: approx Juniper. HEX triplet: 71, 98 and 94. RGB value is (113,152,148). Sum of RGB (Red+Green+Blue) = 113+152+148=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #719894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719894 is #8E676B. Grayscale: #8B8B8B. Windows color (decimal): -9332588 or 9738353. OLE color: 9738353.

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

Color convert

RGB113152148-
CMYK0.2600.030.40
HSL173.85º15.92%51.96%-
HSV(B)173.85º25.66%59.61%-
XYZ23.3828.1132.21-
YUV139.88132.58108.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.36%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=27.36%
G=36.80%
B=35.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131521480.2600.030.40173.8515.9251.96
Hex7198941A0328ae1034
Octal1612302243203502562064
Binary11100011001100010010100110100111010001010111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719894; }

 p { color: rgb(113,152,148); }

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

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

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

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

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

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

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