#71958F

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

Shades of Juniper #71958F

Tints of Juniper #71958F

Color information

#71958F (or 0x71958F) is unknown color: approx Juniper. HEX triplet: 71, 95 and 8F. RGB value is (113,149,143). Sum of RGB (Red+Green+Blue) = 113+149+143=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #71958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71958F is #8E6A70. Grayscale: #898989. Windows color (decimal): -9333361 or 9409905. OLE color: 9409905.

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

Color convert

RGB113149143-
CMYK0.2400.040.42
HSL170º14.52%51.37%-
HSV(B)170º24.16%58.43%-
XYZ22.5226.9930.01-
YUV137.55131.07110.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=27.90%
G=36.79%
B=35.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131491430.2400.040.4217014.5251.37
Hex71958F18042Aaaf33
Octal1612252173004522521763
Binary11100011001010110001111110000100101010101010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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