#70958F

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

Shades of Juniper #70958F

Tints of Juniper #70958F

Color information

#70958F (or 0x70958F) is unknown color: approx Juniper. HEX triplet: 70, 95 and 8F. RGB value is (112,149,143). Sum of RGB (Red+Green+Blue) = 112+149+143=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #70958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70958F is #8F6A70. Grayscale: #898989. Windows color (decimal): -9398897 or 9409904. OLE color: 9409904.

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

Color convert

RGB112149143-
CMYK0.2500.040.42
HSL170.27º14.86%51.18%-
HSV(B)170.27º24.83%58.43%-
XYZ22.3926.9230-
YUV137.25131.24109.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=27.72%
G=36.88%
B=35.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121491430.2500.040.42170.2714.8651.18
Hex70958F19042Aaaf33
Octal1602252173104522521763
Binary11100001001010110001111110010100101010101010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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