#719693

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

Shades of Juniper #719693

Tints of Juniper #719693

Color information

#719693 (or 0x719693) is unknown color: approx Juniper. HEX triplet: 71, 96 and 93. RGB value is (113,150,147). Sum of RGB (Red+Green+Blue) = 113+150+147=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #719693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719693 is #8E696C. Grayscale: #8A8A8A. Windows color (decimal): -9333101 or 9672305. OLE color: 9672305.

HSL color Cylindrical-coordinate representation of color #719693: hue angle of 175.14º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #719693 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB113150147-
CMYK0.2500.020.41
HSL175.14º14.98%51.57%-
HSV(B)175.14º24.67%58.82%-
XYZ22.9827.4331.69-
YUV138.6132.74109.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.56%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=27.56%
G=36.59%
B=35.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131501470.2500.020.41175.1414.9851.57
Hex719693190229aff34
Octal1612262233102512571764
Binary1110001100101101001001111001010101001101011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719693; }

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

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

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

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

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

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

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

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