#7A9F99

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

Shades of Juniper #7A9F99

Tints of Juniper #7A9F99

Color information

#7A9F99 (or 0x7A9F99) is unknown color: approx Juniper. HEX triplet: 7A, 9F and 99. RGB value is (122,159,153). Sum of RGB (Red+Green+Blue) = 122+159+153=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F99 is #856066. Grayscale: #939393. Windows color (decimal): -8740967 or 10067834. OLE color: 10067834.

HSL color Cylindrical-coordinate representation of color #7A9F99: hue angle of 170.27º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9F99 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB122159153-
CMYK0.2300.040.38
HSL170.27º16.16%55.1%-
HSV(B)170.27º23.27%62.35%-
XYZ26.1731.2334.79-
YUV147.25131.24109.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.11%
GREEN value IS 159 (62.5% from 255) = 36.64%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=28.11%
G=36.64%
B=35.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221591530.2300.040.38170.2716.1655.1
Hex7A9F99170426aa1037
Octal1722372312704462522067
Binary111101010011111100110011011101001001101010101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9F99; }

 p { color: rgb(122,159,153); }

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

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

 a { background-color: rgb(122,159,153); }

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

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

 span { border-color: rgb(122,159,153); }

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