#719C93

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

Shades of Juniper #719C93

Tints of Juniper #719C93

Color information

#719C93 (or 0x719C93) is unknown color: approx Juniper. HEX triplet: 71, 9C and 93. RGB value is (113,156,147). Sum of RGB (Red+Green+Blue) = 113+156+147=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 156 - color contains mainly: green. Hex color #719C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719C93 is #8E636C. Grayscale: #8E8E8E. Windows color (decimal): -9331565 or 9673841. OLE color: 9673841.

HSL color Cylindrical-coordinate representation of color #719C93: hue angle of 167.44º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719C93 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB113156147-
CMYK0.2800.060.39
HSL167.44º17.84%52.75%-
HSV(B)167.44º27.56%61.18%-
XYZ23.9629.3932.01-
YUV142.12130.75107.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.16%
GREEN value IS 156 (61.33% from 255) = 37.5%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=27.16%
G=37.5%
B=35.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131561470.2800.060.39167.4417.8452.75
Hex719C931C0627a71235
Octal1612342233406472472265
Binary111000110011100100100111110001101001111010011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719C93; }

 p { color: rgb(113,156,147); }

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

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

 a { background-color: rgb(113,156,147); }

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

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

 span { border-color: rgb(113,156,147); }

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