#7A9A99

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

Shades of Juniper #7A9A99

Tints of Juniper #7A9A99

Color information

#7A9A99 (or 0x7A9A99) is unknown color: approx Juniper. HEX triplet: 7A, 9A and 99. RGB value is (122,154,153). Sum of RGB (Red+Green+Blue) = 122+154+153=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 154 - color contains mainly: green. Hex color #7A9A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9A99 is #856566. Grayscale: #909090. Windows color (decimal): -8742247 or 10066554. OLE color: 10066554.

HSL color Cylindrical-coordinate representation of color #7A9A99: hue angle of 178.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9A99 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB122154153-
CMYK0.2100.010.40
HSL178.12º13.68%54.12%-
HSV(B)178.12º20.78%60.39%-
XYZ25.3329.5534.51-
YUV144.32132.9112.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.44%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=28.44%
G=35.90%
B=35.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1221541530.2100.010.40178.1213.6854.12
Hex7A9A99150128b2e36
Octal1722322312501502621666
Binary111101010011010100110011010101101000101100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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