#709492

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

Shades of Juniper #709492

Tints of Juniper #709492

Color information

#709492 (or 0x709492) is unknown color: approx Juniper. HEX triplet: 70, 94 and 92. RGB value is (112,148,146). Sum of RGB (Red+Green+Blue) = 112+148+146=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #709492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709492 is #8F6B6D. Grayscale: #888888. Windows color (decimal): -9399150 or 9606256. OLE color: 9606256.

HSL color Cylindrical-coordinate representation of color #709492: hue angle of 176.67º degrees, saturation: 0.14, 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 #709492 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB112148146-
CMYK0.2400.010.42
HSL176.67º14.4%50.98%-
HSV(B)176.67º24.32%58.04%-
XYZ22.4626.731.16-
YUV137.01133.07110.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=27.59%
G=36.45%
B=35.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121481460.2400.010.42176.6714.450.98
Hex70949218012Ab1e33
Octal1602242223001522611663
Binary111000010010100100100101100001101010101100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709492; }

 p { color: rgb(112,148,146); }

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

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

 a { background-color: rgb(112,148,146); }

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

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

 span { border-color: rgb(112,148,146); }

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