#71938F

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

Shades of Juniper #71938F

Tints of Juniper #71938F

Color information

#71938F (or 0x71938F) is unknown color: approx Juniper. HEX triplet: 71, 93 and 8F. RGB value is (113,147,143). Sum of RGB (Red+Green+Blue) = 113+147+143=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #71938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71938F is #8E6C70. Grayscale: #888888. Windows color (decimal): -9333873 or 9409393. OLE color: 9409393.

HSL color Cylindrical-coordinate representation of color #71938F: hue angle of 172.94º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71938F is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB113147143-
CMYK0.2300.030.42
HSL172.94º13.6%50.98%-
HSV(B)172.94º23.13%57.65%-
XYZ22.226.3629.9-
YUV136.38131.74111.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.04%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 143 (56.25% from 255) = 35.48%
R=28.04%
G=36.48%
B=35.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131471430.2300.030.42172.9413.650.98
Hex71938F17032Aade33
Octal1612232172703522551663
Binary1110001100100111000111110111011101010101011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71938F; }

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

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

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

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

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

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

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

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