#719992

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

Shades of Juniper #719992

Tints of Juniper #719992

Color information

#719992 (or 0x719992) is unknown color: approx Juniper. HEX triplet: 71, 99 and 92. RGB value is (113,153,146). Sum of RGB (Red+Green+Blue) = 113+153+146=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #719992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719992 is #8E666D. Grayscale: #8C8C8C. Windows color (decimal): -9332334 or 9607537. OLE color: 9607537.

HSL color Cylindrical-coordinate representation of color #719992: hue angle of 169.5º 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 #719992 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB113153146-
CMYK0.2600.050.4
HSL169.5º16.39%52.16%-
HSV(B)169.5º26.14%60%-
XYZ23.3928.3731.44-
YUV140.24131.25108.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.43%
GREEN value IS 153 (60.16% from 255) = 37.14%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=27.43%
G=37.14%
B=35.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131531460.2600.050.4169.516.3952.16
Hex7199921A0528a91034
Octal1612312223205502512064
Binary111000110011001100100101101001011010001010100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719992; }

 p { color: rgb(113,153,146); }

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

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

 a { background-color: rgb(113,153,146); }

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

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

 span { border-color: rgb(113,153,146); }

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